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

cuda::kernel_t::set_attribute is broken! #568

Closed
eyalroz opened this issue Jan 2, 2024 · 0 comments
Closed

cuda::kernel_t::set_attribute is broken! #568

eyalroz opened this issue Jan 2, 2024 · 0 comments

Comments

@eyalroz
Copy link
Owner

eyalroz commented Jan 2, 2024

In cuda::kernel_t::set_attribute, we have the line:

throw(cuda::runtime_error {cuda::status::not_yet_implemented});

which should be in the #else block of the #endif for CUDA_VERSION >= 900 , but - it's in the #if block right now.

@eyalroz eyalroz added the bug label Jan 2, 2024
@eyalroz eyalroz self-assigned this Jan 2, 2024
eyalroz pushed a commit that referenced this issue Jan 2, 2024
…ttributes is implemented (CUDA >= 9.0 or not)
eyalroz pushed a commit that referenced this issue Jan 2, 2024
…ttributes is implemented (CUDA >= 9.0 or not)
eyalroz pushed a commit that referenced this issue Jan 2, 2024
…ttributes is implemented (CUDA >= 9.0 or not)
eyalroz pushed a commit that referenced this issue Jan 2, 2024
…ttributes is implemented (CUDA >= 9.0 or not)
eyalroz pushed a commit that referenced this issue Jan 2, 2024
…ttributes is implemented (CUDA >= 9.0 or not)
@eyalroz eyalroz closed this as completed in 4abb5b6 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