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]: Non-owning view types with properties to ensure type safe access to allocated memory #2132

Open
2 tasks
Tracked by #1502
miscco opened this issue Jul 31, 2024 · 0 comments
Open
2 tasks
Tracked by #1502
Assignees
Labels
CUDA Next Feature intended for the Cuda Next experimental library feature request New feature or request.

Comments

@miscco
Copy link
Collaborator

miscco commented Jul 31, 2024

Memory access in heterogeneous systems is notoriously difficult and error prone.

With the property design we can use the type system to safeguard memory accesses across memory systems.

Consequently we want to extent the memory system to features that access memory, including the standard view types cuda::std::span and cuda::std::mdspan.

While for cuda::std::span it seems rather straight forward, we might need to thing about accessors in the context of cuda::std::mdspan

Non-owning types with properties to ensure type safe access to allocated memory

  1. feature request libcu++
    miscco
  2. feature request libcu++
    miscco
@miscco miscco changed the title Non-owning types with properties to ensure type safe access to allocated memory [FEA]: Non-owning view types with properties to ensure type safe access to allocated memory Jul 31, 2024
@miscco miscco self-assigned this Jul 31, 2024
@miscco miscco added feature request New feature or request. libcu++ For all items related to libcu++ CUDA Next Feature intended for the Cuda Next experimental library and removed libcu++ For all items related to libcu++ labels Jul 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CUDA Next Feature intended for the Cuda Next experimental library feature request New feature or request.
Projects
Status: Todo
Development

No branches or pull requests

1 participant