[Mlir-commits] [mlir] [mlir][ROCDL] Add tensor load and store instructions to ROCDL (PR #165016)

Jakub Kuderski llvmlistbot at llvm.org
Mon Oct 27 12:58:22 PDT 2025


================
@@ -663,6 +663,52 @@ def ROCDL_GlobalLoadLDSOp :
   }];
 }
 
+//===---------------------------------------------------------------------===//
+// Tensor load/store intrinsics (available in GFX1250)
+//===---------------------------------------------------------------------===//
+
+// Base class for tensor load/store operations with 4 descriptor groups
----------------
kuhar wrote:

```suggestion
// Base class for tensor load/store operations with 4 descriptor groups.
```

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


More information about the Mlir-commits mailing list