Skip to content

Commit

Permalink
CI: install cublas for stdgpu
Browse files Browse the repository at this point in the history
  • Loading branch information
valgur committed May 22, 2023
1 parent 1411872 commit 7a4bfcd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
with:
cuda: '12.1.0'
method: 'network'
sub-packages: '["compiler"]'
sub-packages: '["compiler", "libraries"]'

- name: Configure CMake
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
id: cuda-toolkit
with:
cuda: '12.1.0'
sub-packages: '["nvcc", "cudart", "visual_studio_integration"]'
sub-packages: '["nvcc", "cudart", "cublas", "visual_studio_integration"]'

- name: nvcc check
shell: powershell
Expand Down

0 comments on commit 7a4bfcd

Please sign in to comment.