[Mlir-commits] [mlir] [MLIR][XeGPU] Remove create tdesc op from xegpu dialect (PR #182804)
Jianhui Li
llvmlistbot at llvm.org
Thu Feb 26 14:56:56 PST 2026
================
@@ -648,107 +648,6 @@ def XeGPU_UpdateNdOffsetOp : XeGPU_Op<"update_nd_offset",
let hasVerifier = 1;
}
-def XeGPU_CreateDescOp: XeGPU_Op<"create_tdesc", [Pure, ViewLikeOpInterface]> {
----------------
Jianhui-Li wrote:
3. remove isScattered() and getChunkSizeAsInt() from XeGPU_TensorDesc and all usages
https://github.com/llvm/llvm-project/pull/182804
More information about the Mlir-commits
mailing list