diff options
author | mikhnenko <mikhnenko@yandex-team.com> | 2025-02-10 19:25:13 +0300 |
---|---|---|
committer | mikhnenko <mikhnenko@yandex-team.com> | 2025-02-10 20:40:41 +0300 |
commit | d2adf92b05da14a10e83d24b20e3fb18402bc149 (patch) | |
tree | 8f6e68bfbf9c90a1cc93f5945f252bebb1931c83 | |
parent | 8f607c633bd02f251f25092b81be9e2748a4fa53 (diff) | |
download | ydb-d2adf92b05da14a10e83d24b20e3fb18402bc149.tar.gz |
Nomore cuda 12.6.0. Use 12.6.3 instead
commit_hash:2e37e18191b9d80f543acfd41784710185f0c440
-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 65c7093f96..83a8fc726e 100755 --- a/build/ymake_conf.py +++ b/build/ymake_conf.py @@ -2387,7 +2387,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', '12.6.0'): + 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 |