Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
torch-scatter
Commits
b9d33690
"vscode:/vscode.git/clone" did not exist on "1e67beb7d0ac736459d13300790ffcffb57a3c4d"
Commit
b9d33690
authored
Jul 31, 2020
by
rusty1s
Browse files
fix
parent
a27847f7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
script/torch.sh
script/torch.sh
+1
-1
No files found.
script/torch.sh
View file @
b9d33690
...
...
@@ -11,5 +11,5 @@ fi
# https://github.com/pytorch/pytorch/commit/d2e16dd888a9b5fd55bd475d4fcffb70f388d4f0
if
[
"
${
TRAVIS_OS_NAME
}
"
=
"windows"
]
&&
[
"
${
TORCH_VERSION
}
"
=
"1.6.0"
]
;
then
echo
"Fix nvcc for PyTorch 1.6.0"
sed
-i
.bak
-e
's/
constexpr/
CONSTEXPR_EXCEPT_WIN_CUDA/g'
/c/tools/miniconda3/envs/test/lib/site-packages/torch/include/torch/csrc/jit/api/module.h
sed
-i
.bak
-e
's/CONSTEXPR_EXCEPT_WIN_CUDA/
const/
g'
/c/tools/miniconda3/envs/test/lib/site-packages/torch/include/torch/csrc/jit/api/module.h
fi
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment