eyalroz / cuda-api-wrappers

Thin, unified, C++-flavored wrappers for the CUDA APIs
BSD 3-Clause "New" or "Revised" License
768 stars 79 forks source link

Compatibility broken for CUDA 9.x #572

Closed eyalroz closed 6 months ago

eyalroz commented 8 months ago

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

eyalroz commented 8 months ago

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