We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7786f69 commit 4c77b38Copy full SHA for 4c77b38
1 file changed
cumm/common.py
@@ -91,7 +91,7 @@ def _get_cuda_arch_flags(is_gemm: bool = False) -> Tuple[List[str], List[Tuple[i
91
92
supported_arches = [
93
'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'
+ '8.6', '8.9', '9.0', "10.0", "12.0",
95
]
96
supported_arches += ['5.3', '6.2', '7.2', '8.7']
97
valid_arch_strings = supported_arches + [
0 commit comments