[Mlir-commits] [mlir] [MLIR] Determine contiguousness of memrefs with dynamic dimensions (PR #142421)

Momchil Velikov llvmlistbot at llvm.org
Wed Jun 18 02:28:14 PDT 2025


================
@@ -188,9 +188,31 @@ func.func @transfer_read_leading_dynamic_dims(
 
 // -----
 
-// One of the dims to be flattened is dynamic - not supported ATM.
+// The vector could be a non-contiguous slice of the input
+// memref.
----------------
momchil-velikov wrote:

Are you objecting about the word "could"? Perhaps you prefer "is" ?


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


More information about the Mlir-commits mailing list