diff options
author | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-02-11 11:49:58 +0300 |
---|---|---|
committer | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-02-11 11:49:58 +0300 |
commit | 40a7214ee0ade2d35b5a1757c23879ff41eb9056 (patch) | |
tree | eb78860d6a4ce3be4839d6cc85f1dd1274edfd6a /build/ymake_conf.py | |
parent | c184e3cffe4bd92b3a1a6a778320079f53b1d7a1 (diff) | |
download | ydb-40a7214ee0ade2d35b5a1757c23879ff41eb9056.tar.gz |
intermediate changes
ref:43184b1711d28748420ba5df5d86c8e37ddfd7c5
Diffstat (limited to 'build/ymake_conf.py')
-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 30219eb85e..6392a087d4 100755 --- a/build/ymake_conf.py +++ b/build/ymake_conf.py @@ -3079,7 +3079,7 @@ class Cuda(object): if self.cuda_version.value in ('8.0', '9.0', '9.1', '9.2', '10.0'): raise ConfigureError('CUDA versions 8.x, 9.x and 10.0 are no longer supported.\nSee DEVTOOLS-7108.') - if self.cuda_version.value in ('10.1', '11.0', '11.1', '11.2', '11.3', '11.4'): + if self.cuda_version.value in ('10.1', '11.3', '11.4'): return True return False |