[Mlir-commits] [mlir] [mlir][xegpu] SIMT distribution patterns for XeGPU CreateNdTdesc, LoadNd, StoreNd and Dpas Ops. (PR #135271)
Charitha Saumya
llvmlistbot at llvm.org
Tue Apr 15 14:04:01 PDT 2025
================
@@ -634,6 +676,643 @@ void RunSGMapPropagation::printAnalysisResult(llvm::raw_ostream &os) {
}
}
+void attachLayoutAttributeToUsers(Value v, xegpu::LayoutAttr layout) {
----------------
charithaintc wrote:
fixed.
https://github.com/llvm/llvm-project/pull/135271
More information about the Mlir-commits
mailing list