You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# CUDA 13.0 curand_poisson.h under windows generates error '#20199-D: unrecognized #pragma in device code'. This was fixed in CUDA 13.0 Update 1, but nvcc reports the same version so the suppression is applied to < 13.1
112
+
if(CMAKE_CUDA_COMPILER_VERSION VERSION_GREATER_EQUAL 13.0.0 AND CMAKE_CUDA_COMPILER_VERSION VERSION_LESS 13.1)
0 commit comments