[Mlir-commits] [mlir] [mlir][xegpu] Add definitons of MatrixDescType and related ops. (PR #153273)

Jianhui Li llvmlistbot at llvm.org
Wed Aug 13 15:09:38 PDT 2025


================
@@ -751,4 +751,51 @@ gpu.func @fence() {
   gpu.return
 }
 
+// CHECK-LABEL: gpu.func @create_matrix_desc({{.*}}) {
----------------
Jianhui-Li wrote:

matrix_desc supports blocked layout which memref doesn't support. 

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


More information about the Mlir-commits mailing list