Skip to content

Commit 0659196

Browse files
committed
update
1 parent ac9a2e4 commit 0659196

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

script/cuda.sh

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,10 @@ if [ "${TRAVIS_OS_NAME}" = "windows" ] && [ "${IDX}" != "cpu" ]; then
125125
nvcc --version
126126

127127
# TODO
128-
ls /c/Program\ Files/NVIDIA\ GPU\ Computing\ Toolkit/CUDA/v11.0
129-
nvidia-smi
128+
echo "lib=============="
129+
ls /c/Program\ Files/NVIDIA\ GPU\ Computing\ Toolkit/CUDA/v${CUDA_SHORT}/lib
130+
echo "include=============="
131+
ls /c/Program\ Files/NVIDIA\ GPU\ Computing\ Toolkit/CUDA/v${CUDA_SHORT}/include
132+
echo "bin=============="
133+
ls /c/Program\ Files/NVIDIA\ GPU\ Computing\ Toolkit/CUDA/v${CUDA_SHORT}/bin
130134
fi

0 commit comments

Comments
 (0)