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

Let a mapped pair of spans "decay" into a pair of regions #647

Closed
eyalroz opened this issue Apr 29, 2024 · 0 comments
Closed

Let a mapped pair of spans "decay" into a pair of regions #647

eyalroz opened this issue Apr 29, 2024 · 0 comments
Labels

Comments

@eyalroz
Copy link
Owner

eyalroz commented Apr 29, 2024

The mapped pair of spans (cuda::memory::mapped::span_pair_t<T>) is a bit of a kludgy type. Let's make it a little more flexible by allowing it to "decay" into a pair of untyped memory regions.

@eyalroz eyalroz added the task label Apr 29, 2024
eyalroz added a commit that referenced this issue Apr 29, 2024
…d::span_pair_t<T>` to a pair of `region_t`'s (i.e. with type erasure, as opposed to casting into a pair of `span<T>`'s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant