diff options
author | zhdanovskiyvd <zhdanovskiyvd@yandex-team.com> | 2025-03-10 20:36:22 +0300 |
---|---|---|
committer | zhdanovskiyvd <zhdanovskiyvd@yandex-team.com> | 2025-03-10 21:01:00 +0300 |
commit | fe830426e18f374714f542c7304606f217d29b1c (patch) | |
tree | e9145b30faf2f06171cacbfc0752ab7cafa5609a | |
parent | 2e881c1d8881c3c21068c292bee9b1ec4e0accdb (diff) | |
download | ydb-fe830426e18f374714f542c7304606f217d29b1c.tar.gz |
Add CUDA 12.8.1 Toolkit for linux x86-64
Заношу CUDA 12.8.1 в Аркадию. Пока не используем её по умолчанию.
commit_hash:0fa918c008b58e4d90161f3cf9d129ff0a3e6ba3
-rwxr-xr-x | build/ymake_conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/ymake_conf.py b/build/ymake_conf.py index 359b1dfb9b..dc8a4187ec 100755 --- a/build/ymake_conf.py +++ b/build/ymake_conf.py @@ -2395,7 +2395,7 @@ class Cuda(object): if not self.cuda_version.from_user: return False - if self.cuda_version.value in ('11.4', '11.8', '12.1', '12.2', '12.6'): + if self.cuda_version.value in ('11.4', '11.8', '12.1', '12.2', '12.6', '12.8'): return True elif self.cuda_version.value in ('10.2', '11.4.19') and target.is_linux_armv8: return True |