[Mlir-commits] [mlir] [mlir][xegpu] Remove OffsetSizeAndStrideOpInterface from CreateNdDescOp (PR #152773)
Igor Zamyatin
llvmlistbot at llvm.org
Fri Aug 8 11:35:28 PDT 2025
================
@@ -60,8 +60,7 @@ class XeGPU_Op<string mnemonic, list<Trait> traits = []>:
}
-def XeGPU_CreateNdDescOp: XeGPU_Op<"create_nd_tdesc", [Pure, ViewLikeOpInterface,
- AttrSizedOperandSegments, OffsetSizeAndStrideOpInterface]> {
+def XeGPU_CreateNdDescOp: XeGPU_Op<"create_nd_tdesc", [Pure, ViewLikeOpInterface, AttrSizedOperandSegments]> {
----------------
Garra1980 wrote:
Is op description section aligned with the changes now?
https://github.com/llvm/llvm-project/pull/152773
More information about the Mlir-commits
mailing list