Re: [PATCH v1 5/6] libstdc++: Implement layout_stride from mdspan.

2025-05-20 Thread Luc Grosheintz
On 5/20/25 11:40 AM, Tomasz Kaminski wrote: On Tue, May 20, 2025 at 11:20 AM Luc Grosheintz wrote: On 5/20/25 10:48 AM, Tomasz Kaminski wrote: On Tue, May 20, 2025 at 10:45 AM Luc Grosheintz < luc.groshei...@gmail.com> wrote: On 5/20/25 10:24 AM, Tomasz Kaminski wrote: On Sun, May

Re: [PATCH v1 5/6] libstdc++: Implement layout_stride from mdspan.

2025-05-20 Thread Tomasz Kaminski
On Tue, May 20, 2025 at 11:20 AM Luc Grosheintz wrote: > > > On 5/20/25 10:48 AM, Tomasz Kaminski wrote: > > On Tue, May 20, 2025 at 10:45 AM Luc Grosheintz < > luc.groshei...@gmail.com> > > wrote: > > > >> > >> > >> On 5/20/25 10:24 AM, Tomasz Kaminski wrote: > >>> On Sun, May 18, 2025 at 10:16 

Re: [PATCH v1 5/6] libstdc++: Implement layout_stride from mdspan.

2025-05-20 Thread Luc Grosheintz
On 5/20/25 10:48 AM, Tomasz Kaminski wrote: On Tue, May 20, 2025 at 10:45 AM Luc Grosheintz wrote: On 5/20/25 10:24 AM, Tomasz Kaminski wrote: On Sun, May 18, 2025 at 10:16 PM Luc Grosheintz < luc.groshei...@gmail.com> wrote: Implements the remaining parts of layout_left and layout_r

Re: [PATCH v1 5/6] libstdc++: Implement layout_stride from mdspan.

2025-05-20 Thread Tomasz Kaminski
On Tue, May 20, 2025 at 10:45 AM Luc Grosheintz wrote: > > > On 5/20/25 10:24 AM, Tomasz Kaminski wrote: > > On Sun, May 18, 2025 at 10:16 PM Luc Grosheintz < > luc.groshei...@gmail.com> > > wrote: > > > >> Implements the remaining parts of layout_left and layout_right; and all > >> of layout_str

Re: [PATCH v1 5/6] libstdc++: Implement layout_stride from mdspan.

2025-05-20 Thread Luc Grosheintz
On 5/20/25 10:24 AM, Tomasz Kaminski wrote: On Sun, May 18, 2025 at 10:16 PM Luc Grosheintz wrote: Implements the remaining parts of layout_left and layout_right; and all of layout_stride. libstdc++-v3/ChangeLog: * include/std/mdspan(layout_stride): New class. Signed-off-by: Luc

Re: [PATCH v1 5/6] libstdc++: Implement layout_stride from mdspan.

2025-05-20 Thread Tomasz Kaminski
On Sun, May 18, 2025 at 10:16 PM Luc Grosheintz wrote: > Implements the remaining parts of layout_left and layout_right; and all > of layout_stride. > > libstdc++-v3/ChangeLog: > > * include/std/mdspan(layout_stride): New class. > > Signed-off-by: Luc Grosheintz > --- > libstdc++-v3/inc

[PATCH v1 5/6] libstdc++: Implement layout_stride from mdspan.

2025-05-18 Thread Luc Grosheintz
Implements the remaining parts of layout_left and layout_right; and all of layout_stride. libstdc++-v3/ChangeLog: * include/std/mdspan(layout_stride): New class. Signed-off-by: Luc Grosheintz --- libstdc++-v3/include/std/mdspan | 219 +++- 1 file changed, 21