We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d037af0 commit 7447e63Copy full SHA for 7447e63
1 file changed
CMakeLists.txt
@@ -17,7 +17,7 @@ include(${CMAKE_CURRENT_LIST_DIR}/cmake/utils.cmake)
17
set(PYTHON_SUPPORTED_VERSIONS "3.8" "3.9" "3.10" "3.11" "3.12")
18
19
# Supported NVIDIA architectures.
20
-set(CUDA_SUPPORTED_ARCHS "7.0;7.5;8.0;8.6;8.9;9.0")
+set(CUDA_SUPPORTED_ARCHS "7.0;7.2;7.5;8.0;8.6;8.7;8.9;9.0")
21
22
23
# Supported/expected torch versions for CUDA.
0 commit comments