[Mlir-commits] [mlir] [ROCDL] Added `wave.id` to rocdl; add `rsq` to rocdl.math (PR #176028)

Krzysztof Drewniak llvmlistbot at llvm.org
Wed Jan 14 16:19:44 PST 2026


================
@@ -1316,7 +1317,7 @@ def ROCDL_GlobalPrefetchOp :
 
 def ROCDL_FlatPrefetchOp :
   ROCDL_IntrOp<"flat.prefetch", [], [], [], 0, 0, 1, 0, [1], ["scope"]> {
-  dag args = (ins Arg<LLVM_PointerInAddressSpace<0>, "", [MemRead]>:$ptr,
+  dag args = (ins Arg<LLVM_PointerInAddressSpace<0>, "", [MemRead, MemWrite]>:$ptr,
----------------
krzysz00 wrote:

... Where'd you get this?

https://github.com/llvm/llvm-project/pull/176028


More information about the Mlir-commits mailing list