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

Drop context-specifying functions for allocation host memory #627

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

Drop context-specifying functions for allocation host memory #627

eyalroz opened this issue Mar 29, 2024 · 0 comments

Comments

@eyalroz
Copy link
Owner

eyalroz commented Mar 29, 2024

While allocation of host memory does require having some current context - host memory is not actually context-specific. So let's drop the function calls for allocating it which take a context or a device.

@eyalroz eyalroz added the task label Mar 29, 2024
@eyalroz eyalroz self-assigned this Mar 29, 2024
eyalroz added a commit that referenced this issue Mar 30, 2024
…xt or a device, as those are not necessary + moved implementation of `cuda::memory::host::make_unique_span()` out of `multi_wrapper_impls` - it does not need any other wrapper class
eyalroz added a commit that referenced this issue Apr 20, 2024
…xt or a device, as those are not necessary + moved implementation of `cuda::memory::host::make_unique_span()` out of `multi_wrapper_impls` - it does not need any other wrapper class
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant