Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add P3222R0: "Fix C++26 by adding transposed special cases for P2642 layouts" #454

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

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

transposed/transposed.md Outdated Show resolved Hide resolved
@mhoemmen mhoemmen marked this pull request as ready for review March 29, 2024 15:59
transposed/transposed.md Outdated Show resolved Hide resolved
transposed/transposed.md Outdated Show resolved Hide resolved
@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