Skip to content

Commit

Permalink
Adds CUDA path for x86-64 (NVIDIA#957)
Browse files Browse the repository at this point in the history
  • Loading branch information
alihassanijr authored May 24, 2023
1 parent f079619 commit b4ab501
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CUDA.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ find_library(
PATHS
${CUDA_TOOLKIT_ROOT_DIR}
PATH_SUFFIXES
lib/x86_64-linux-gnu
lib/x64
lib64
lib
Expand Down Expand Up @@ -120,6 +121,7 @@ find_library(
PATHS
${CUDA_TOOLKIT_ROOT_DIR}
PATH_SUFFIXES
lib/x86_64-linux-gnu
lib/x64
lib64
lib
Expand Down

0 comments on commit b4ab501

Please sign in to comment.