Skip to content

Commit

Permalink
Nomore cuda 12.6.0. Use 12.6.3 instead
Browse files Browse the repository at this point in the history
commit_hash:2e37e18191b9d80f543acfd41784710185f0c440
  • Loading branch information
4JustMe4 committed Feb 10, 2025
1 parent b9f85be commit 167bede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/ymake_conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 167bede

Please sign in to comment.