We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1962cce commit c681867Copy full SHA for c681867
CMakeLists.txt
@@ -164,7 +164,7 @@ if(NOT TRITON_CORE_HEADERS_ONLY)
164
option(TRITON_ENABLE_NVTX "Include NVTX support in server" OFF)
165
option(TRITON_ENABLE_GPU "Enable GPU support in server" ON)
166
option(TRITON_ENABLE_MALI_GPU "Enable Arm Mali GPU support in server" OFF)
167
- set(TRITON_MIN_COMPUTE_CAPABILITY "7.5" CACHE STRING
+ set(TRITON_MIN_COMPUTE_CAPABILITY "6.0" CACHE STRING
168
"The minimum CUDA compute capability supported by Triton" )
169
set(TRITON_EXTRA_LIB_PATHS "" CACHE PATH "Extra library paths for Triton Server build")
170
0 commit comments