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 коммит произвёл GitHub
Родитель 54903e09eb
Коммит 229960a5e9
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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