[Mlir-commits] [mlir] [MLIR] Determine contiguousness of memrefs with dynamic dimensions (PR #142421)
James Newling
llvmlistbot at llvm.org
Thu Jun 5 07:47:34 PDT 2025
================
@@ -40,7 +40,7 @@ class ArrayAttr;
/// Assuming `sizes` is `[s0, .. sn]`, return the vector<int64_t>
/// `[s1 * ... * sn, s2 * ... * sn, ..., sn, 1]`.
///
-/// `sizes` elements are asserted to be non-negative.
+/// `sizes` elements `s1` to `sn` are asserted to be non-negative.
----------------
newling wrote:
Is this relaxation of the assert needed in this PR?
https://github.com/llvm/llvm-project/pull/142421
More information about the Mlir-commits
mailing list