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 missing named errors #305

Closed
eyalroz opened this issue Mar 24, 2022 · 0 comments
Closed

Add missing named errors #305

eyalroz opened this issue Mar 24, 2022 · 0 comments

Comments

@eyalroz
Copy link
Owner

eyalroz commented Mar 24, 2022

Since I first created an enum of the named CUDA errors, many CUDA versions have come and gone, with many additional errors added to the CUDA headers. I should add named errors for them.

@eyalroz eyalroz added the task label Mar 24, 2022
@eyalroz eyalroz self-assigned this Mar 24, 2022
eyalroz added a commit that referenced this issue Mar 24, 2022
* Now using CUDA driver API error enum values wherever possible.
* Added all missing CUDA driver and runtime API error enum values to our own named error enum.
eyalroz added a commit that referenced this issue Mar 24, 2022
* Now using CUDA driver API error enum values wherever possible.
* Added all missing CUDA driver and runtime API error enum values to our own named error enum.
* Now (apparently) fully-compatible with CUDA 9.2.
eyalroz added a commit that referenced this issue Mar 24, 2022
* Now using CUDA driver API error enum values wherever possible.
* Added all missing CUDA driver and runtime API error enum values to our own named error enum.
* Now (apparently) fully-compatible with CUDA 9.2.
eyalroz added a commit that referenced this issue Mar 24, 2022
* Now using CUDA driver API error enum values wherever possible.
* Added all missing CUDA driver and runtime API error enum values to our own named error enum.
* Now (apparently) fully-compatible with CUDA 9.2.
eyalroz added a commit that referenced this issue Mar 24, 2022
* Now using CUDA driver API error enum values wherever possible.
* Added all missing CUDA driver and runtime API error enum values to our own named error enum.
* Now (apparently) fully-compatible with CUDA 9.2.
eyalroz added a commit that referenced this issue Mar 24, 2022
* Now using CUDA driver API error enum values wherever possible.
* Added all missing CUDA driver and runtime API error enum values to our own named error enum.
* Renamed some named errors for clarity, based on their Doxygen comment in the CUDA headers.
* Now (apparently) fully-compatible with CUDA 9.2.
eyalroz added a commit that referenced this issue Mar 24, 2022
* Now using CUDA driver API error enum values wherever possible.
* Added all missing CUDA driver and runtime API error enum values to our own named error enum.
* Renamed some named errors for clarity, based on their Doxygen comment in the CUDA headers.
* Now (apparently) fully-compatible with CUDA 9.2.
@eyalroz eyalroz closed this as completed in f782a22 May 9, 2022
eyalroz added a commit that referenced this issue Jun 20, 2022
* Now using CUDA driver API error enum values wherever possible.
* Added all missing CUDA driver and runtime API error enum values to our own named error enum.
* Renamed some named errors for clarity, based on their Doxygen comment in the CUDA headers.
* Now (apparently) fully-compatible with CUDA 9.2.
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