Skip to content

Commit

Permalink
Add sub-packages and non-cuda-sub-packages options to CUDA toolkit setup
Browse files Browse the repository at this point in the history
  • Loading branch information
royshil committed Mar 21, 2024
1 parent f2f8502 commit 36488a9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,9 @@ jobs:
uses: Jimver/[email protected]
with:
cuda: '${{ matrix.cublas }}'
sub-packages: '["nvcc", "cudart"]'
non-cuda-sub-packages: '["libcublas"]'
method: 'local'

- name: Set CUDA_TOOLKIT_ROOT_DIR if CUDA is installed
if: ${{ matrix.cublas != 'cpu' }}
Expand Down

0 comments on commit 36488a9

Please sign in to comment.