[Mlir-commits] [mlir] [MLIR][NVVM] Add TMA prefetch Op (PR #141211)

Guray Ozen llvmlistbot at llvm.org
Fri May 23 02:57:24 PDT 2025


================
@@ -2344,6 +2344,49 @@ def NVVM_PrefetchTensorMapOp : NVVM_Op<"prefetch.tensormap",
   }];
 }
 
+def NVVM_CpAsyncBulkPrefetchOp : NVVM_Op<"cp.async.bulk.prefetch"> {
----------------
grypp wrote:

we have `CpAsyncBulkTensorPrefetchOp` what is the difference?

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


More information about the Mlir-commits mailing list