File tree Expand file tree Collapse file tree 4 files changed +20
-0
lines changed
Expand file tree Collapse file tree 4 files changed +20
-0
lines changed Original file line number Diff line number Diff line change 3333 # optional exclude: can be partial, include: must be specific
3434 matrix :
3535 cudacxx :
36+ # CUDA 13
37+ - cuda : " 13.0"
38+ cuda_arch : " 75"
39+ hostcxx : gcc-toolset-13
40+ os : ubuntu-24.04
3641 # Oldest CUDA 12.x and 11.x we support, which are used for wheel production
3742 - cuda : " 12.0"
3843 cuda_arch : " 50"
Original file line number Diff line number Diff line change 2929 # optional exclude: can be partial, include: must be specific
3030 matrix :
3131 cudacxx :
32+ # CUDA 13
33+ - cuda : " 13.0"
34+ cuda_arch : " 75"
35+ hostcxx : gcc-13
36+ os : ubuntu-24.04
3237 # Oldest and newest CUDA 12.x
3338 - cuda : " 12.9"
3439 cuda_arch : " 120"
Original file line number Diff line number Diff line change 2323 matrix :
2424 # CUDA_ARCH values are reduced compared to wheels due to CI memory issues while compiling the test suite.
2525 cudacxx :
26+ # CUDA 13
27+ - cuda : " 13.0.0"
28+ cuda_arch : " 75"
29+ hostcxx : " Visual Studio 17 2022"
30+ os : windows-2025
2631 # Newest and oldest CUDA 12.x we support. 12.4 is the oldest officially supported by MSVC >= 1940, but we have a workaround in place
2732 - cuda : " 12.9.1"
2833 cuda_arch : " 50"
Original file line number Diff line number Diff line change 2929 # optional exclude: can be partial, include: must be specific
3030 matrix :
3131 cudacxx :
32+ # CUDA 13
33+ - cuda : " 13.0.0"
34+ cuda_arch : " 75"
35+ hostcxx : " Visual Studio 17 2022"
36+ os : windows-2025
3237 # Newest and oldest CUDA 12.x we support. 12.4 is the oldest officially supported by MSVC >= 1940, but we have a workaround in place
3338 - cuda : " 12.9.1"
3439 cuda_arch : " 50"
You can’t perform that action at this time.
0 commit comments