File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4141 matrix :
4242 # CUDA_ARCH values are reduced compared to wheels due to CI memory issues while compiling the test suite.
4343 cudacxx :
44- - cuda : " 12.6 "
44+ - cuda : " 12.9 "
4545 cuda_arch : " 50-real;90-real;90-virtual;"
4646 hostcxx : gcc-13
4747 os : ubuntu-24.04
Original file line number Diff line number Diff line change 3030 # optional exclude: can be partial, include: must be specific
3131 matrix :
3232 cudacxx :
33- - cuda : " 11.8 "
33+ - cuda : " 11.7 "
3434 os : ubuntu-22.04
3535 env :
3636 # Define constants
Original file line number Diff line number Diff line change @@ -33,18 +33,15 @@ jobs:
3333 # optional exclude: can be partial, include: must be specific
3434 matrix :
3535 cudacxx :
36+ # Oldest CUDA 12.x and 11.x we support, which are used for wheel production
3637 - cuda : " 12.0"
3738 cuda_arch : " 50"
3839 hostcxx : gcc-toolset-12
39- os : ubuntu-22.04
40- - cuda : " 11.8"
41- cuda_arch : " 35"
42- hostcxx : gcc-toolset-10
43- os : ubuntu-22.04
40+ os : ubuntu-24.04
4441 - cuda : " 11.2"
4542 cuda_arch : " 35"
4643 hostcxx : gcc-toolset-9
47- os : ubuntu-22 .04
44+ os : ubuntu-24 .04
4845 python :
4946 - " 3.12"
5047 config :
Original file line number Diff line number Diff line change @@ -29,19 +29,20 @@ jobs:
2929 # optional exclude: can be partial, include: must be specific
3030 matrix :
3131 cudacxx :
32- - cuda : " 12.6"
33- cuda_arch : " 50"
32+ # Oldest and newest CUDA 12.x
33+ - cuda : " 12.9"
34+ cuda_arch : " 120"
3435 hostcxx : gcc-13
3536 os : ubuntu-24.04
3637 - cuda : " 12.0"
3738 cuda_arch : " 50"
3839 hostcxx : gcc-12
3940 os : ubuntu-22.04
41+ # Oldest and newest CUDA 11.x with network installers on ubuntu 22.04
4042 - cuda : " 11.8"
4143 cuda_arch : " 35"
4244 hostcxx : gcc-11
4345 os : ubuntu-22.04
44- # 11.7 is the oldest supported CUDA on 22.04
4546 - cuda : " 11.7"
4647 cuda_arch : " 35"
4748 hostcxx : gcc-9
You can’t perform that action at this time.
0 commit comments