Re: [PATCH v1 0/3] Fix custom IndexType related bugs in mdspan.

2025-07-17 Thread Tomasz Kaminski
On Thu, Jul 17, 2025 at 4:53 PM Luc Grosheintz wrote: > > > On 7/17/25 16:16, Tomasz Kaminski wrote: > > Thank you for the fast response and fixes. > > I will next week experiment with running libc++ test, so will confirm > here > > if they are all fixed. > > > > On Wed, Jul 16, 2025 at 3:47 PM L

Re: [PATCH v1 0/3] Fix custom IndexType related bugs in mdspan.

2025-07-17 Thread Luc Grosheintz
On 7/17/25 16:16, Tomasz Kaminski wrote: Thank you for the fast response and fixes. I will next week experiment with running libc++ test, so will confirm here if they are all fixed. On Wed, Jul 16, 2025 at 3:47 PM Luc Grosheintz wrote: These three commits fix PR121061. The first prepares t

Re: [PATCH v1 0/3] Fix custom IndexType related bugs in mdspan.

2025-07-17 Thread Tomasz Kaminski
Thank you for the fast response and fixes. I will next week experiment with running libc++ test, so will confirm here if they are all fixed. On Wed, Jul 16, 2025 at 3:47 PM Luc Grosheintz wrote: > These three commits fix PR121061. The first prepares the tests, and then > the next two each fix on

[PATCH v1 0/3] Fix custom IndexType related bugs in mdspan.

2025-07-16 Thread Luc Grosheintz
These three commits fix PR121061. The first prepares the tests, and then the next two each fix one of the bugs reported in PR121061. One issue to consider is that the effect of Layout::mapping::operator() is specified to be equivalent to [1]: return ((static_cast(i) * stride(P)) + ... + 0); Wh