[Mlir-commits] [mlir] [mlir][xegpu] Patch dynamic descriptor creation (PR #93580)

Artem Kroviakov llvmlistbot at llvm.org
Wed Jun 5 09:09:21 PDT 2024


================
@@ -110,7 +110,7 @@ void CreateNdDescOp::build(OpBuilder &builder, OperationState &state,
 
   dispatchIndexOpFoldResults(offsets, dynamicOffsets, staticOffsets);
   dispatchIndexOpFoldResults(shape, dynamicShape, staticShape);
-  dispatchIndexOpFoldResults(strides, dynamicStrides, staticOffsets);
+  dispatchIndexOpFoldResults(strides, dynamicStrides, dynamicOffsets);
----------------
akroviakov wrote:

Indeed, sorry for the slip-up.

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


More information about the Mlir-commits mailing list