Skip to content

Commit

Permalink
try some subpackages
Browse files Browse the repository at this point in the history
  • Loading branch information
bodono committed Jun 25, 2024
1 parent 1164a22 commit b1864f8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ jobs:
- uses: actions/checkout@v4
- uses: Jimver/[email protected]
id: cuda-toolkit
- run: nvcc -V
with:
method: network
sub-packages: '["cusparse", "cublas", "cudart"]'
- run: sudo apt-get install libopenblas-dev liblapack-dev
- run: make gpu
- run: make test_gpu
Expand Down

0 comments on commit b1864f8

Please sign in to comment.