Skip to content

Commit

Permalink
Merge pull request #228 from LLNL/bugfix/dayton8/gcc_toolchain
Browse files Browse the repository at this point in the history
Pass gcc-toolchain in all cases
  • Loading branch information
adayton1 authored Jul 19, 2023
2 parents 223caaa + 08c5526 commit 1083e54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configs/lc/blueos_3_ppc64le_ib_p9/nvcc_clang.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ set(BLT_EXPORT_THIRDPARTY OFF CACHE BOOL "")

set(ENABLE_CUDA ON CACHE BOOL "Enable CUDA")
set(CMAKE_CUDA_ARCHITECTURES "70" CACHE STRING "")
set(CMAKE_CUDA_FLAGS "-Xcompiler=--gcc-toolchain=${GCC_HOME}" CACHE STRING "")
#TODO: Remove CUDA_ARCH and CUDA_CODE
set(CUDA_ARCH "sm_70" CACHE STRING "Set the CUDA virtual architecture")
set(CUDA_CODE "compute_70" CACHE STRING "Set the CUDA actual architecture")
Expand Down

0 comments on commit 1083e54

Please sign in to comment.