-
-
Notifications
You must be signed in to change notification settings - Fork 80
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
Add detail_ function for allocating host memory in the current context #588
Labels
Comments
eyalroz
added a commit
that referenced
this issue
Feb 14, 2024
…o save us some hassle; and a `detail_` method allocates host memory assumping the current context is valid.
eyalroz
added a commit
that referenced
this issue
Feb 15, 2024
…o save us some hassle; and a `detail_` method allocates host memory assumping the current context is valid.
eyalroz
added a commit
that referenced
this issue
Feb 15, 2024
…o save us some hassle; and a `detail_` method allocates host memory assumping the current context is valid.
eyalroz
added a commit
that referenced
this issue
Feb 16, 2024
…o save us some hassle; and a `detail_` method allocates host memory assumping the current context is valid.
eyalroz
added a commit
that referenced
this issue
Feb 26, 2024
…o save us some hassle; and a `detail_` method allocates host memory assumping the current context is valid.
eyalroz
added a commit
that referenced
this issue
Feb 29, 2024
…o save us some hassle; and a `detail_` method allocates host memory assumping the current context is valid.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, our host memory allocation function goes through a few hoops to ensure there's a current context before actually allocating anything. Instead, let's handle the context setting properly, as we do elsewhere in the wrapper library.
The text was updated successfully, but these errors were encountered: