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
Use CUDA_LIBRARIES instead of hardcoding the path to libcudart
Hardcoded paths don't work when using Debian's packaged version of cuda,
as the library paths don't match. CMake's find_package(CUDA) sets
CUDA_LIBRARIES to the path of libcudart, so just use that instead.
0 commit comments