[PATCH] D146701: [AMDGPU] Create Subtarget Features for some of 16 bits atomic fadd instructions
Mariusz Sikora via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 23 07:55:13 PDT 2023
mariusz-sikora-at-amd added inline comments.
================
Comment at: llvm/lib/Target/AMDGPU/BUFInstructions.td:2891
+let SubtargetPredicate = HasAtomicFaddNoRtnInsts in {
+defm BUFFER_ATOMIC_ADD_F32 : MUBUF_Real_Atomic_vi <0x4d>;
----------------
foad wrote:
> Is this still required?
No. We can remove this. But I wanted to limit this change only to atomic f16/bf16 and not going deeper
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D146701/new/
https://reviews.llvm.org/D146701
More information about the llvm-commits
mailing list