Skip to content

Commit 3216b96

Browse files
committed
Try to use CUDA 12.6 by default
If smth was broken you can try to add `-DCUDA_VERSION=12.2` and contact with me commit_hash:0bf550230e036c9c1c80ea300753ef8b05dd628a
1 parent ecac2a7 commit 3216b96

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build/ymake.core.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5678,7 +5678,7 @@ when ($CUDA11) {
56785678
}
56795679

56805680
when ($CUDA12) {
5681-
CUDA_VERSION=12.2
5681+
CUDA_VERSION=12.6
56825682
CUDNN_VERSION=8.6.0
56835683
TENSORRT_VERSION=8
56845684
CUDA_ARCHITECTURES=

build/ymake_conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2467,7 +2467,7 @@ def auto_have_cuda(self):
24672467

24682468
def auto_cuda_version(self):
24692469
if self.use_arcadia_cuda.value:
2470-
return '12.2'
2470+
return '12.6'
24712471

24722472
if not self.have_cuda.value:
24732473
return None

0 commit comments

Comments
 (0)