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
apex
Commits
db6ae13a
Commit
db6ae13a
authored
Jun 05, 2018
by
Carl Case
Browse files
remove cuda check in build_cffi to handle docker installs
parent
5ae9fbc4
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
build_cffi.py
build_cffi.py
+0
-1
No files found.
build_cffi.py
View file @
db6ae13a
...
...
@@ -8,7 +8,6 @@ import os
import
torch
from
torch.utils.ffi
import
create_extension
assert
torch
.
cuda
.
is_available
()
abs_path
=
os
.
path
.
dirname
(
os
.
path
.
realpath
(
__file__
))
sources
=
[
'apex/amp/src/scale_cuda.c'
]
...
...
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