cuda-api-wrappers icon indicating copy to clipboard operation
cuda-api-wrappers copied to clipboard

cuda::kernel_t::set_attribute is broken!

Open eyalroz opened this issue 1 year ago • 0 comments

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 avatar Jan 02 '24 10:01 eyalroz