https://github.com/rampitec created https://github.com/llvm/llvm-project/pull/203368
None >From 46b9861d43fe4a64b8c16bb233cbfddf6084a98c Mon Sep 17 00:00:00 2001 From: Stanislav Mekhanoshin <[email protected]> Date: Thu, 11 Jun 2026 12:00:59 -0700 Subject: [PATCH] [AMDGPU] Add FeatureFullRate64Ops to gfx1251 --- llvm/lib/Target/AMDGPU/AMDGPU.td | 1 + 1 file changed, 1 insertion(+) diff --git a/llvm/lib/Target/AMDGPU/AMDGPU.td b/llvm/lib/Target/AMDGPU/AMDGPU.td index c6b54c52817c8..0a1f098bb5f09 100644 --- a/llvm/lib/Target/AMDGPU/AMDGPU.td +++ b/llvm/lib/Target/AMDGPU/AMDGPU.td @@ -2220,6 +2220,7 @@ def FeatureISAVersion12_50 : FeatureSet< def FeatureISAVersion12_51 : FeatureSet< !listconcat(FeatureISAVersion12_50_Common.Features, [FeatureAddressableLocalMemorySize327680, + FeatureFullRate64Ops, FeatureVOP3PX2IncrementsVaVdstTwice, FeatureDPALU_DPP, FeatureGFX1251GEMMInsts, _______________________________________________ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
