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

Add detail_ function for allocating host memory in the current context #588

Closed
eyalroz opened this issue Feb 13, 2024 · 0 comments
Closed

Comments

@eyalroz
Copy link
Owner

eyalroz commented Feb 13, 2024

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.

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 eyalroz self-assigned this Feb 15, 2024
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.
@eyalroz eyalroz closed this as completed in 4c26bdd Mar 1, 2024
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