Skip to content

Commit

Permalink
run with verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
sameeul committed Nov 9, 2023
1 parent ae39393 commit c039fda
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@ if (USEGPU)
endif()

if(USEGPU)
enable_language(CUDA)
set_target_properties("CUDA Toolkit Version {CUDAToolkit_VERSION}")
message(STATUS "CUDA Toolkit Version {CUDAToolkit_VERSION}")
if (CUDAToolkit_VERSION_MAJOR STREQUAL "10")
set(CUDA_ARCH_LIST "35;37;50;72;75")
elseif (CUDAToolkit_VERSION_MAJOR STREQUAL "11")
Expand Down

0 comments on commit c039fda

Please sign in to comment.