From 167bede5b78448a5eb389d846b5c2805f0553d4d Mon Sep 17 00:00:00 2001 From: mikhnenko Date: Mon, 10 Feb 2025 19:25:13 +0300 Subject: [PATCH] Nomore cuda 12.6.0. Use 12.6.3 instead commit_hash:2e37e18191b9d80f543acfd41784710185f0c440 --- build/ymake_conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/ymake_conf.py b/build/ymake_conf.py index 65c7093f9..83a8fc726 100755 --- a/build/ymake_conf.py +++ b/build/ymake_conf.py @@ -2387,7 +2387,7 @@ def have_cuda_in_arcadia(self): 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