Commit 0659196b authored by rusty1s's avatar rusty1s
Browse files

update

parent ac9a2e49
......@@ -125,6 +125,10 @@ if [ "${TRAVIS_OS_NAME}" = "windows" ] && [ "${IDX}" != "cpu" ]; then
nvcc --version
# TODO
ls /c/Program\ Files/NVIDIA\ GPU\ Computing\ Toolkit/CUDA/v11.0
nvidia-smi
echo "lib=============="
ls /c/Program\ Files/NVIDIA\ GPU\ Computing\ Toolkit/CUDA/v${CUDA_SHORT}/lib
echo "include=============="
ls /c/Program\ Files/NVIDIA\ GPU\ Computing\ Toolkit/CUDA/v${CUDA_SHORT}/include
echo "bin=============="
ls /c/Program\ Files/NVIDIA\ GPU\ Computing\ Toolkit/CUDA/v${CUDA_SHORT}/bin
fi
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment