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

Compatibility broken for CUDA 9.x

Open eyalroz opened this issue 1 year ago • 1 comments

Compatibility is broken at least for 9.0 and 9.2, possibly additional CUDA versions.

eyalroz avatar Jan 07 '24 23:01 eyalroz

Well, it seems this is due to the fix for #519 - I neglected to protect with #if CUDA_VERSION - it's only available starting with CUDA 10.0

eyalroz avatar Jan 08 '24 10:01 eyalroz