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 transposed special cases for P2642 layouts #448

Open
mhoemmen opened this issue Feb 26, 2024 · 0 comments · May be fixed by #454
Open

Add transposed special cases for P2642 layouts #448

mhoemmen opened this issue Feb 26, 2024 · 0 comments · May be fixed by #454

Comments

@mhoemmen
Copy link
Contributor

Add transposed special cases for P2642 layouts

Problem

P1673's transposed doesn't have special cases for P2642's layout_left_padded and layout_right_padded. As a result, transposed will return layout_transpose of these layouts, even though those layouts are more specialized than layout_stride and could thus easily have special cases.

P1673 used to have special cases for these two layouts, until the two layouts were moved from P1673 to P2642.

Suggested fix

Add special cases to [linalg.transp.transposed], paragraphs 3 and 4.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant