Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
wojciechsromek committed Jul 19, 2024
1 parent c7c9698 commit f06a30a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-gpu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
sudo dpkg -i cuda-keyring_1.1-1_all.deb
sudo apt update
sudo apt install -y cuda-nvrtc-12-2 cuda-nvrtc-dev-12-2 libnccl2 libnccl-dev
echo 'export LD_LIBRARY_PATH=/usr/local/cuda-12.2/targets/x86_64-linux/lib:$LD_LIBRARY_PATH' >> ~/.bashrc
- name: Find libs
run: find /usr -name "libnvrtc*" && find /usr -name libcuda.so
Expand Down

0 comments on commit f06a30a

Please sign in to comment.