Skip to content

Commit

Permalink
Update CUDA version
Browse files Browse the repository at this point in the history
  • Loading branch information
gartavanis committed Dec 11, 2024
1 parent c253681 commit dee8ed1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -319,8 +319,8 @@ jobs:
- name: CUDA Install
if: matrix.config.backend == 'cuda' || matrix.config.backend == 'kokkos'
run: |
export CUDA_VERSION_MAJOR_MINOR=11.8.0
export CUDA_SHORT=11.8
export CUDA_VERSION_MAJOR_MINOR=12.4.0
export CUDA_SHORT=12.4
export CUDA_OS=${{ matrix.config.cudaos }}
./bin/install-cuda.sh
export CUDA_HOME=/usr/local/cuda-${CUDA_SHORT}
Expand Down

0 comments on commit dee8ed1

Please sign in to comment.