cuda-api-wrappers
cuda-api-wrappers copied to clipboard
cuda::kernel_t::set_attribute is broken!
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.