[Mlir-commits] [mlir] [MLIR][XeGPU] setUnitDim bug fix and add documentation (PR #173521)
Igor Zamyatin
llvmlistbot at llvm.org
Wed Jan 7 08:21:42 PST 2026
================
@@ -587,7 +587,7 @@ bool SliceAttr::isSliceOf(const xegpu::DistributeLayoutAttr &other) {
// dims.
llvm::SmallDenseSet<int64_t> thisDims(
flattenedThis.getDims().asArrayRef().begin(),
- flattenedThis.getDims().asArrayRef().end());
+ flattenedThis.getDims().asArrayRef().end());
----------------
Garra1980 wrote:
extra space
https://github.com/llvm/llvm-project/pull/173521
More information about the Mlir-commits
mailing list