Skip to content

Commit 4c77b38

Browse files
fix arch
1 parent 7786f69 commit 4c77b38

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cumm/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def _get_cuda_arch_flags(is_gemm: bool = False) -> Tuple[List[str], List[Tuple[i
9191

9292
supported_arches = [
9393
'3.5', '3.7', '5.0', '5.2', '6.0', '6.1', '7.0', '7.2', '7.5', '8.0',
94-
'8.6', '8.9', '9.0'
94+
'8.6', '8.9', '9.0', "10.0", "12.0",
9595
]
9696
supported_arches += ['5.3', '6.2', '7.2', '8.7']
9797
valid_arch_strings = supported_arches + [

0 commit comments

Comments
 (0)