Add support for H100/sm_90 arch compilation (#6669)

Resolves: #6549
This commit is contained in:
Logan Adams
2024-10-27 20:39:51 -07:00
committed by GitHub
parent 54903e09eb
commit 229960a5e9

View File

@ -67,7 +67,7 @@ def get_default_compute_capabilities():
# Special treatment of CUDA 11.0 because compute_86 is not supported.
compute_caps += ";8.0"
else:
compute_caps += ";8.0;8.6"
compute_caps += ";8.0;8.6;9.0"
return compute_caps