We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a93b0d0 commit 0a59a2fCopy full SHA for 0a59a2f
1 file changed
CMakeLists.txt
@@ -81,6 +81,7 @@ if (USE_CUDA)
81
endif()
82
83
list(APPEND DEFAULT_COMPILE_OPTIONS
84
+ /wd4505 # -> disable warning: unreferenced function with internal linkage has been removed (CUDA 13 headers)
85
/wd4515 # -> disable warning: [Thrust issue] 'detail': namespace uses itself
86
/wd4996 # -> disable warning: [Thrust issue] 'strerror': This function or variable may be unsafe.
87
/wd4800 # -> disable warning: [Thrust issue] forcing value to bool 'true' or 'false' (performance warning)
0 commit comments