Skip to content

Commit 7447e63

Browse files
authored
Update cuda supported archs (#82)
1 parent d037af0 commit 7447e63

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ include(${CMAKE_CURRENT_LIST_DIR}/cmake/utils.cmake)
1717
set(PYTHON_SUPPORTED_VERSIONS "3.8" "3.9" "3.10" "3.11" "3.12")
1818

1919
# Supported NVIDIA architectures.
20-
set(CUDA_SUPPORTED_ARCHS "7.0;7.5;8.0;8.6;8.9;9.0")
20+
set(CUDA_SUPPORTED_ARCHS "7.0;7.2;7.5;8.0;8.6;8.7;8.9;9.0")
2121

2222

2323
# Supported/expected torch versions for CUDA.

0 commit comments

Comments
 (0)