[Mlir-commits] [mlir] [mlir][xegpu] Remove OffsetSizeAndStrideOpInterface from CreateNdDescOp (PR #152773)

Jianhui Li llvmlistbot at llvm.org
Fri Aug 8 11:55:09 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]> {
----------------
Jianhui-Li wrote:

The change only impacts the implementation. 

https://github.com/llvm/llvm-project/pull/152773


More information about the Mlir-commits mailing list