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 d93dd46 commit 39e9de7Copy full SHA for 39e9de7
script/cuda.sh
@@ -99,7 +99,7 @@ fi
99
# Fix Cuda9.2 on Windows: https://github.com/pytorch/pytorch/issues/6109
100
if [ "${TRAVIS_OS_NAME}" = "windows" ] && [ "${IDX}" = "cu92" ]; then
101
cat -n "${CUDA_HOME}/include/crt/host_config.h"
102
- 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"
103
104
fi
105
0 commit comments