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

Chao Chen llvmlistbot at llvm.org
Fri Aug 8 12:25:00 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]> {
----------------
chencha3 wrote:

I updated the description, marking offsets deprecated. 

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


More information about the Mlir-commits mailing list