On Sun, Aug 3, 2025 at 11:05 PM Luc Grosheintz
wrote:
> In mdspan related code, for extents with no static extents, i.e. only
> dynamic extents, the following simplifications can be made:
>
> - The array of dynamic extents has size rank.
> - The two arrays dynamic-index and dynamic-index-inv
In mdspan related code, for extents with no static extents, i.e. only
dynamic extents, the following simplifications can be made:
- The array of dynamic extents has size rank.
- The two arrays dynamic-index and dynamic-index-inv become
trivial, e.g. k[i] == i.
- All elements of the arrays