File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 using : " composite"
2323 steps :
2424 - name : Install CUDA (NVIDIA, Linux)
25- uses : Jimver/cuda-toolkit@v0.2.21
25+ uses : Jimver/cuda-toolkit@v0.2.22
2626 if : ${{ !startsWith(inputs.os, 'windows') && inputs.source == 'nvidia' }}
2727 with :
2828 cuda : ${{ inputs.cuda-version }}
4545 sudo ln -sf /usr/bin/clang-${{ inputs.toolchain-version }} /usr/bin/clang
4646 clang --version
4747 - name : Install CURAND For LLVM
48- uses : Jimver/cuda-toolkit@v0.2.21
48+ uses : Jimver/cuda-toolkit@v0.2.22
4949 if : ${{ !startsWith(inputs.os, 'windows') && inputs.toolchain == 'llvm' }}
5050 with :
5151 cuda : ${{ inputs.cuda-version }}
6464 echo "CXX=g++-9" >> $GITHUB_ENV
6565
6666 - name : Install CUDA (Windows)
67- uses : Jimver/cuda-toolkit@v0.2.21
67+ uses : Jimver/cuda-toolkit@v0.2.22
6868 if : ${{ startsWith(inputs.os, 'windows') }}
6969 with :
7070 cuda : ${{ inputs.cuda-version }}
Original file line number Diff line number Diff line change 2828 path : ~/.cache/bazel
2929 key : bazel-${{ matrix.os }}-cuda-${{ matrix.cuda-version }}-${{ hashFiles('.bazelversion') }}
3030 - name : Install CUDA (Linux)
31- uses : Jimver/cuda-toolkit@v0.2.21
31+ uses : Jimver/cuda-toolkit@v0.2.22
3232 with :
3333 cuda : ${{ matrix.cuda-version }}
3434 sub-packages : ' ["nvcc", "cudart-dev"]'
Original file line number Diff line number Diff line change 4141 path : ~/.cache/bazel
4242 key : bazel-${{ matrix.os }}-${{ matrix.bazel-version }}
4343
44- - uses : Jimver/cuda-toolkit@v0.2.21
44+ - uses : Jimver/cuda-toolkit@v0.2.22
4545 with :
4646 cuda : 11.6.2
4747 sub-packages : ' ["cudart"]'
You can’t perform that action at this time.
0 commit comments