[Mlir-commits] [mlir] [MLIR][XeGPU] Remove create tdesc op from xegpu dialect (PR #182804)
Nishant Patel
llvmlistbot at llvm.org
Tue Apr 14 11:58:34 PDT 2026
================
@@ -278,15 +278,6 @@ static LayoutInfo getDefaultSIMTLayoutInfo(mlir::MLIRContext *ctx,
xegpu::LayoutAttr::get(ctx, {1, uArch->getSubgroupSize()}, {1, 1}));
}
-static LayoutInfo getDefaultSIMTLayoutInfo(mlir::MLIRContext *ctx,
- unsigned rank, int subgroupSize) {
----------------
nbpatel wrote:
done
https://github.com/llvm/llvm-project/pull/182804
More information about the Mlir-commits
mailing list