diff options
author | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-02-14 17:41:34 +0300 |
---|---|---|
committer | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-02-14 17:41:34 +0300 |
commit | 2c32620bb8ba5e6bfc416c5177785b623b8833d2 (patch) | |
tree | f1f9783cd9415023585ffebdb039df2c0e5d34b3 /build/ymake_conf.py | |
parent | 44db08c3bf5673e13660f0443ed489eb1763b021 (diff) | |
download | ydb-2c32620bb8ba5e6bfc416c5177785b623b8833d2.tar.gz |
intermediate changes
ref:85d636f21c94bdb04c4f667c42df7186a7e6be51
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 eca3af996a..1689556546 100755 --- a/build/ymake_conf.py +++ b/build/ymake_conf.py @@ -3093,7 +3093,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.3', '11.4'): + if self.cuda_version.value in ('10.1', '11.0', '11.3', '11.4'): return True return False |