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
9b76c2a2
Commit
9b76c2a2
authored
May 04, 2018
by
Christian Sarofeen
Browse files
Don't need libcuda for building.
parent
2c1cc0b5
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
setup.py
setup.py
+1
-1
No files found.
setup.py
View file @
9b76c2a2
...
@@ -125,7 +125,7 @@ library_dirs.append(os.path.dirname(libaten))
...
@@ -125,7 +125,7 @@ library_dirs.append(os.path.dirname(libaten))
object_files
=
[]
object_files
=
[]
extra_link_args
=
[]
extra_link_args
=
[]
main_libraries
=
[]
main_libraries
=
[]
main_libraries
+=
[
'cudart'
,
'cuda'
,
'ATen'
]
main_libraries
+=
[
'cudart'
,
'ATen'
]
extra_compile_args
=
[
"--std=c++11"
,]
extra_compile_args
=
[
"--std=c++11"
,]
#findcuda returns root dir of CUDA
#findcuda returns root dir of CUDA
...
...
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