"tools/vscode:/vscode.git/clone" did not exist on "47bb07f72caa098d9e8282cc44c381f2a68a45f4"
Commit 5bbbfcf1 authored by rusty1s's avatar rusty1s
Browse files

typo

parent 1c8a0898
......@@ -98,7 +98,7 @@ fi
# Fix Cuda9.2 on Windows: https://github.com/pytorch/pytorch/issues/6109
if [ "${TRAVIS_OS_NAME}" = "windows" ] && [ "${IDX}" = "cu92" ]; then
cat -n "${CUDA_PATH}/include/crt/host_config.h"
cat -n "${CUDA_HOME}/include/crt/host_config.h"
sed -i.bak -e '129,141d' "${CUDA_PATH}/include/crt/host_config.h"
cat -n "${CUDA_PATH}/include/crt/host_config.h"
cat -n "${CUDA_HOME}/include/crt/host_config.h"
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