Skip to content

Commit c681867

Browse files
authored
Revert "Change compute capablity min value (#401)" (#403)
This reverts commit a6b3e26.
1 parent 1962cce commit c681867

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ if(NOT TRITON_CORE_HEADERS_ONLY)
164164
option(TRITON_ENABLE_NVTX "Include NVTX support in server" OFF)
165165
option(TRITON_ENABLE_GPU "Enable GPU support in server" ON)
166166
option(TRITON_ENABLE_MALI_GPU "Enable Arm Mali GPU support in server" OFF)
167-
set(TRITON_MIN_COMPUTE_CAPABILITY "7.5" CACHE STRING
167+
set(TRITON_MIN_COMPUTE_CAPABILITY "6.0" CACHE STRING
168168
"The minimum CUDA compute capability supported by Triton" )
169169
set(TRITON_EXTRA_LIB_PATHS "" CACHE PATH "Extra library paths for Triton Server build")
170170

0 commit comments

Comments
 (0)