[Mlir-commits] [mlir] [mlir][XeGPU] add unroll patterns for load_matrix and store_matrix (PR #154637)
    Chao Chen 
    llvmlistbot at llvm.org
       
    Wed Sep  3 11:59:05 PDT 2025
    
    
  
================
@@ -67,8 +67,8 @@ def XeGPUBlocking: Pass<"xegpu-blocking"> {
     to a hardware instruction.
   }];
   let dependentDialects = [
-      "memref::MemRefDialect", "xegpu::XeGPUDialect", "vector::VectorDialect"
-  ];
+      "memref::MemRefDialect", "xegpu::XeGPUDialect", "vector::VectorDialect",
+      "index::IndexDialect"];
----------------
chencha3 wrote:
Yes, it is used in addElementwise, so the pass needs to load it. 
https://github.com/llvm/llvm-project/pull/154637
    
    
More information about the Mlir-commits
mailing list