"vscode:/vscode.git/clone" did not exist on "eabdc5846a2080db87d5d5955773f41dec8d6c7a"
Commit 39e9de70 authored by rusty1s's avatar rusty1s
Browse files

fix

parent d93dd468
......@@ -99,7 +99,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_HOME}/include/crt/host_config.h"
sed -i.bak -e '129,141d' "${CUDA_PATH}/include/crt/host_config.h"
sed -i.bak -e '129,141d' "${CUDA_HOME}/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