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
list(FILTER CMAKE_CUDA_IMPLICIT_LINK_DIRECTORIES EXCLUDEREGEX"^/usr/lib.*/gcc/") # Workaround, since CMake adds old GCC lib paths implicitly if we request that gcc for CUDA
135
+
endif()
133
136
134
137
set(CUDA_ENABLED ON)
135
138
message(STATUS"CUDA found (Version ${CMAKE_CUDA_COMPILER_VERSION})")
0 commit comments