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

Use a named handle type for CUDA arrays #264

Closed
eyalroz opened this issue Oct 29, 2021 · 0 comments
Closed

Use a named handle type for CUDA arrays #264

eyalroz opened this issue Oct 29, 2021 · 0 comments

Comments

@eyalroz
Copy link
Owner

eyalroz commented Oct 29, 2021

Our CUDA array class wrapper doesn't define a handle type for arrays, rather using cudaArray* directly. Let's switch to a handle type, for better readability (it's not as though we're working with these pointers as such), better compatibility with the approach in other wrapper classes (even if they have "IDs" as handles), and better compatibility with the driver-wrappers branch, where the handle type is different.

@eyalroz eyalroz added the task label Oct 29, 2021
@eyalroz eyalroz self-assigned this Oct 29, 2021
eyalroz added a commit that referenced this issue Oct 29, 2021
eyalroz added a commit that referenced this issue Nov 7, 2021
eyalroz added a commit that referenced this issue Nov 13, 2021
eyalroz added a commit that referenced this issue Dec 4, 2021
eyalroz added a commit that referenced this issue Dec 10, 2021
eyalroz added a commit that referenced this issue Jan 14, 2022
@eyalroz eyalroz closed this as completed Jan 14, 2022
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