@@ -20,11 +20,11 @@ jobs:
2020 ANACONDA_API_TOKEN : ${{ secrets.ANACONDA_API_TOKEN }}
2121 with :
2222 label : nightly
23- linux-x86_64-GPU-CUDA-12-6 -nightly :
24- name : Linux x86_64 GPU nightlies (CUDA 12.6 )
23+ linux-x86_64-GPU-CUDA-13-2 -nightly :
24+ name : Linux x86_64 GPU nightlies (CUDA 13.2 )
2525 runs-on : 4-core-ubuntu-gpu-t4
2626 env :
27- CUDA_ARCHS : " 70-real;72-real; 75-real;80;86-real"
27+ CUDA_ARCHS : " 75-real;80;86-real;90;100;120 "
2828 steps :
2929 - name : Checkout
3030 uses : actions/checkout@v4
@@ -36,26 +36,25 @@ jobs:
3636 ANACONDA_API_TOKEN : ${{ secrets.ANACONDA_API_TOKEN }}
3737 with :
3838 label : nightly
39- cuda : " 12.6"
40- # TODO: re-enable when we have a newer machine in CI that can run CUDA 13.2
41- # linux-x86_64-GPU-CUVS-CUDA13-2-0-nightly:
42- # name: Linux x86_64 GPU w/ cuVS nightlies (CUDA 13.2)
43- # runs-on: 4-core-ubuntu-gpu-t4
44- # env:
45- # CUDA_ARCHS: "75-real;80;86-real;90;100"
46- # steps:
47- # - name: Checkout
48- # uses: actions/checkout@v4
49- # with:
50- # fetch-depth: 0
51- # fetch-tags: true
52- # - uses: ./.github/actions/build_conda
53- # env:
54- # ANACONDA_API_TOKEN: ${{ secrets.ANACONDA_API_TOKEN }}
55- # with:
56- # label: nightly
57- # cuvs: "ON"
58- # cuda: "13.2"
39+ cuda : " 13.2"
40+ linux-x86_64-GPU-CUVS-CUDA13-2-0-nightly :
41+ name : Linux x86_64 GPU w/ cuVS nightlies (CUDA 13.2)
42+ runs-on : 4-core-ubuntu-gpu-t4
43+ env :
44+ CUDA_ARCHS : " 75-real;80;86-real;90;100;120"
45+ steps :
46+ - name : Checkout
47+ uses : actions/checkout@v4
48+ with :
49+ fetch-depth : 0
50+ fetch-tags : true
51+ - uses : ./.github/actions/build_conda
52+ env :
53+ ANACONDA_API_TOKEN : ${{ secrets.ANACONDA_API_TOKEN }}
54+ with :
55+ label : nightly
56+ cuvs : " ON"
57+ cuda : " 13.2"
5958 windows-x86_64-nightly :
6059 name : Windows x86_64 nightlies
6160 runs-on : windows-2022
0 commit comments