Skip to content

Commit

Permalink
try some non cuda subpackages
Browse files Browse the repository at this point in the history
  • Loading branch information
bodono committed Jun 25, 2024
1 parent b1864f8 commit 6bc2b97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
id: cuda-toolkit
with:
method: network
sub-packages: '["cusparse", "cublas", "cudart"]'
non-cuda-sub-packages: '["libcublas", "libcusparse"]'
- run: sudo apt-get install libopenblas-dev liblapack-dev
- run: make gpu
- run: make test_gpu
Expand Down

0 comments on commit 6bc2b97

Please sign in to comment.