[Mlir-commits] [mlir] [mlir][xegpu] Add definition of SliceAttr (PR #150146)
Charitha Saumya
llvmlistbot at llvm.org
Tue Aug 5 12:59:28 PDT 2025
================
@@ -147,12 +150,116 @@ struct TestXeGPUUnrollingPatterns
}
};
+#undef DEBUG_TYPE
+#define DEBUG_TYPE "test-xegpu-layout-interface"
+#define DBGS() (llvm::dbgs() << "[" DEBUG_TYPE "]: ")
+#define LDBG(X) LLVM_DEBUG(DBGS() << X << "\n")
+
+class TestStepOpPattern : public OpConversionPattern<vector::StepOp> {
----------------
charithaintc wrote:
please add a comment on what this pattern is doing.
https://github.com/llvm/llvm-project/pull/150146
More information about the Mlir-commits
mailing list