We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac9a2e4 commit 0659196Copy full SHA for 0659196
script/cuda.sh
@@ -125,6 +125,10 @@ if [ "${TRAVIS_OS_NAME}" = "windows" ] && [ "${IDX}" != "cpu" ]; then
125
nvcc --version
126
127
# TODO
128
- ls /c/Program\ Files/NVIDIA\ GPU\ Computing\ Toolkit/CUDA/v11.0
129
- nvidia-smi
+ echo "lib=============="
+ 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
134
fi
0 commit comments