Skip to content

Commit

Permalink
Updating debug statement with correct way of getting cuda arch.
Browse files Browse the repository at this point in the history
  • Loading branch information
mwaxmonsky committed Jun 4, 2024
1 parent 3068670 commit 5b5c26f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/dependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ if(NOT ${MICM_GPU_TYPE} STREQUAL "None")
# until the current process has returned to the caller site in CMake.
set(ENV{CUDAARCHS} ${cuda_arch_map_${MICM_GPU_TYPE}})

message(STATUS "GPU architecture ENV{CUDAARCHS}")
message(STATUS "GPU architecture found: $ENV{CUDAARCHS}")

include(CheckLanguage)
check_language(CUDA)
Expand Down

0 comments on commit 5b5c26f

Please sign in to comment.