Skip to content

Commit

Permalink
dbg
Browse files Browse the repository at this point in the history
  • Loading branch information
philsippl committed Jul 18, 2024
1 parent 4d264a3 commit 52436a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-gpu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

- name: E2E Tests
run: |
ls -al /usr/lib/x86_64-unknown-linux-gnu/libcuda.*
ls -al /usr/lib
export LD_LIBRARY_PATH=/usr/local/cuda-12.2/lib64:/usr/lib/x86_64-unknown-linux-gnu:$LD_LIBRARY_PATH
export CUDA_HOME=/usr/local/cuda-12.2
/usr/local/cuda-12.2/bin/nvcc --version
Expand Down

0 comments on commit 52436a9

Please sign in to comment.