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

[FEA]: Provide mdspan padded layouts #2808

Open
1 task done
fbusato opened this issue Nov 13, 2024 · 0 comments
Open
1 task done

[FEA]: Provide mdspan padded layouts #2808

fbusato opened this issue Nov 13, 2024 · 0 comments
Labels
2.8.0 target for 2.8.0 release feature request New feature or request.

Comments

@fbusato
Copy link
Contributor

fbusato commented Nov 13, 2024

Is this a duplicate?

Area

libcu++

Is your feature request related to a problem? Please describe.

mdspan padded layouts are essential to efficiently perform computation on matrices with padding and to select sub matrices with compile-time dimensions

Describe the solution you'd like

Provide C++26 mdspan padded layouts and backport to C++14/17:

  • cuda::std::layout_left_padded,
  • cuda::std::layout_right_padded

Describe alternatives you've considered

No response

Additional context

No response

@fbusato fbusato added the feature request New feature or request. label Nov 13, 2024
@github-project-automation github-project-automation bot moved this to Todo in CCCL Nov 13, 2024
@jollylili jollylili added the 2.8.0 target for 2.8.0 release label Nov 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2.8.0 target for 2.8.0 release feature request New feature or request.
Projects
Status: Todo
Development

No branches or pull requests

2 participants