Skip to content

Commit

Permalink
default GPU_ARCHS to ALL
Browse files Browse the repository at this point in the history
  • Loading branch information
trxcllnt committed Oct 15, 2019
1 parent 8e0759a commit 61ee753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ if(CMAKE_COMPILER_IS_GNUCXX)
endif(CMAKE_COMPILER_IS_GNUCXX)

# Auto-detect available GPU compute architectures
set(GPU_ARCHS "" CACHE STRING
set(GPU_ARCHS "ALL" CACHE STRING
"List of GPU architectures (semicolon-separated) to be compiled for. Pass 'ALL' if you want to compile for all supported GPU architectures. Empty string means to auto-detect the GPUs on the current system")

if("${GPU_ARCHS}" STREQUAL "")
Expand Down

0 comments on commit 61ee753

Please sign in to comment.