array icon indicating copy to clipboard operation
array copied to clipboard

Automatic strides are broken if one of the strides is UNK

Open dsharlet opened this issue 6 years ago • 1 comments

Unknown strides are reassigned in resolve_unknowns: https://github.com/dsharlet/array/blob/fba09f8051b4334c510c843d9befa8e4b5167941/array.h#L347-L348 which is incorrect if a stride is actually the value represented by UNK.

dsharlet avatar Nov 11 '19 01:11 dsharlet

A candidate is std::dynamic_extent

Peter-McLean-Altera avatar Mar 31 '25 18:03 Peter-McLean-Altera