[llvm-branch-commits] [llvm] AMDGPU: Handle legal v2bf16 atomicrmw fadd for gfx12 (PR #95930)
Stanislav Mekhanoshin via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Jun 18 10:26:56 PDT 2024
================
@@ -743,6 +743,12 @@ def FeatureAtomicGlobalPkAddBF16Inst : SubtargetFeature<"atomic-global-pk-add-bf
[FeatureFlatGlobalInsts]
>;
+def FeatureAtomicBufferPkAddBF16Inst : SubtargetFeature<"atomic-buffer-pk-add-bf16-inst",
----------------
rampitec wrote:
I believe it is above FeatureAtomicGlobalPkAddBF16Instin downstream. Can you fix the order here or there?
https://github.com/llvm/llvm-project/pull/95930
More information about the llvm-branch-commits
mailing list