Skip to content

Commit

Permalink
removed unused files
Browse files Browse the repository at this point in the history
  • Loading branch information
prathameshzarkar9 committed Sep 25, 2024
1 parent 6f2aeac commit 58e538f
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 49 deletions.
2 changes: 1 addition & 1 deletion test/nvidia-cuda/install_cuda_12_4_version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ source dev-container-features-test-lib
# # Check installation of libcudnn8 (9.4.0)
check "libcudnn.so.9.4.0" test 1 -eq "$(find /usr -name 'libcudnn.so.9.4.0' | wc -l)"

# Check installation of cuda-nvtx-12-3 (12.3)
# Check installation of cuda-nvtx-12-4 (12.4)
check "cuda-12-4+nvtx" test -e '/usr/local/cuda-12.4/targets/x86_64-linux/include/nvtx3/'

# Report result
Expand Down
2 changes: 1 addition & 1 deletion test/nvidia-cuda/install_cuda_12_5_version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ source dev-container-features-test-lib
# # Check installation of libcudnn8 (9.4.0)
check "libcudnn.so.9.4.0" test 1 -eq "$(find /usr -name 'libcudnn.so.9.4.0' | wc -l)"

# Check installation of cuda-nvtx-12-3 (12.3)
# Check installation of cuda-nvtx-12-5 (12.5)
check "cuda-12-5+nvtx" test -e '/usr/local/cuda-12.5/targets/x86_64-linux/include/nvtx3/'

# Report result
Expand Down
16 changes: 0 additions & 16 deletions test/nvidia-cuda/install_cudnn_12_3_version.sh

This file was deleted.

16 changes: 0 additions & 16 deletions test/nvidia-cuda/install_cudnn_12_4_version.sh

This file was deleted.

15 changes: 0 additions & 15 deletions test/nvidia-cuda/install_cudnn_12_5_version.sh

This file was deleted.

0 comments on commit 58e538f

Please sign in to comment.