[Mlir-commits] [mlir] [MLIR][XeGPU] Add simple rank-based sg layout creation (PR #172867)
Artem Kroviakov
llvmlistbot at llvm.org
Fri Jan 23 02:03:40 PST 2026
================
@@ -538,6 +538,55 @@ bool LayoutInfoPropagation::hasParamsOfLayoutKind(
return false;
}
+FailureOr<std::pair<SmallVector<int>, SmallVector<int>>>
----------------
akroviakov wrote:
Added a comment with an example to the relevant function
https://github.com/llvm/llvm-project/pull/172867
More information about the Mlir-commits
mailing list