[Mlir-commits] [mlir] [ROCDL] Add the global.atomic.fadd intrinsic in ROCDL (PR #94486)
Krzysztof Drewniak
llvmlistbot at llvm.org
Wed Jun 5 08:27:10 PDT 2024
================
@@ -534,6 +534,19 @@ def ROCDL_RawBufferAtomicFAddOp :
let hasCustomAssemblyFormat = 1;
}
+def ROCDL_GlobalAtomicFAddOp :
+ ROCDL_Op<"global.atomic.fadd">,
+ Arguments<(ins LLVM_Type:$ptr,
----------------
krzysz00 wrote:
Should we go with ` LLVM_PointerInAddressSpace<1>` here to make it more obvious what's going on?
https://github.com/llvm/llvm-project/pull/94486
More information about the Mlir-commits
mailing list