Skip to content

Commit

Permalink
add cudart
Browse files Browse the repository at this point in the history
  • Loading branch information
bodono committed Jun 25, 2024
1 parent 6bc2b97 commit 8e045f7
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
non-cuda-sub-packages: '["libcublas", "libcusparse"]'
non-cuda-sub-packages: '["libcublas", "libcusparse", "libcudart"]'
- run: sudo apt-get install libopenblas-dev liblapack-dev
- run: make gpu
- run: make test_gpu
Expand Down

0 comments on commit 8e045f7

Please sign in to comment.