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 cuda:: optimized accessors for mdspan #2472

Open
1 task done
fbusato opened this issue Sep 27, 2024 · 0 comments · May be fixed by #2487
Open
1 task done

[FEA]: Provide cuda:: optimized accessors for mdspan #2472

fbusato opened this issue Sep 27, 2024 · 0 comments · May be fixed by #2487
Assignees
Labels
feature request New feature or request.

Comments

@fbusato
Copy link
Contributor

fbusato commented Sep 27, 2024

Is this a duplicate?

Area

libcu++

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

Default mdspan accessor is not sufficient to provide the best performance in some scenarios where specialized CUDA features can be beneficial

Describe the solution you'd like

Provide optimized mdspan accessors:

  • cache modifiers/evict policies
  • restrict pointers
  • assume aligned

Describe alternatives you've considered

No response

Additional context

No response

@fbusato fbusato added the feature request New feature or request. label Sep 27, 2024
@fbusato fbusato self-assigned this Sep 27, 2024
@fbusato fbusato changed the title [FEA]: Provide a cuda:: streaming accessor for mdspan [FEA]: Provide a cuda:: optimized accessors for mdspan Sep 27, 2024
@fbusato fbusato changed the title [FEA]: Provide a cuda:: optimized accessors for mdspan [FEA]: Provide cuda:: optimized accessors for mdspan Sep 27, 2024
@fbusato fbusato linked a pull request Sep 30, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request.
Projects
Status: In Review
Development

Successfully merging a pull request may close this issue.

1 participant