You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
…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
…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
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.
The text was updated successfully, but these errors were encountered: