diff options
author | zhdanovskiyvd <zhdanovskiyvd@yandex-team.com> | 2024-09-18 13:56:21 +0300 |
---|---|---|
committer | zhdanovskiyvd <zhdanovskiyvd@yandex-team.com> | 2024-09-18 14:22:11 +0300 |
commit | 4c3bb80b2d126d36d69d0f4842170025eb04914a (patch) | |
tree | 653fd763f360c971ec4c9acbb98e1e7e2fab88f3 /build | |
parent | 1717aa802f5771efb3c5cbbdbfc64160bd57ba53 (diff) | |
download | ydb-4c3bb80b2d126d36d69d0f4842170025eb04914a.tar.gz |
Add CUDA 12.6 toolkit
Добавлена CUDA 12.6 с примененным [патчем](https://paste.yandex-team.ru/44722e69-0abc-4e64-9c60-31cd22ffacf9).
commit_hash:aa3eb61be971f39d4d585aa93fc20ec28c052d29
Diffstat (limited to 'build')
-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 670ff24337..377e094af2 100755 --- a/build/ymake_conf.py +++ b/build/ymake_conf.py @@ -2453,7 +2453,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'): + if self.cuda_version.value in ('11.4', '11.8', '12.1', '12.2', '12.6'): return True elif self.cuda_version.value in ('10.2', '11.4.19') and target.is_linux_armv8: return True |