Skip to content

Conversation

@mhoemmen
Copy link
Contributor

@mhoemmen mhoemmen commented Mar 26, 2024

I've already submitted this for the 2024/04/16 mailing.

Abstract:

We propose to change the C++ Working Paper so that linalg::transposed includes special cases for layout_left_padded and layout_right_padded. These are the two mdspan layouts proposed by P2642R6, which was voted into the C++ Working Draft at the Tokyo 2024 WG21 meeting. This change will make it easier for linalg implementations to optimize for these two layouts by dispatching to an existing optimized C or Fortran BLAS. Delaying this until after C++26 would be a breaking change.

Fixes #448

Copy link
Member

@dalg24 dalg24 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@mhoemmen mhoemmen marked this pull request as ready for review March 29, 2024 15:59
@mhoemmen mhoemmen changed the title Paper that adds transposed special cases for P2642 layouts Add P3222R0: "Add transposed special cases for P2642 layouts" Apr 8, 2024
@mhoemmen mhoemmen changed the title Add P3222R0: "Add transposed special cases for P2642 layouts" Add P3222R0: "Fix C++26 by adding transposed special cases for P2642 layouts" Apr 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add transposed special cases for P2642 layouts

3 participants