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
SparseConvNet
Commits
e30d8cd8
Commit
e30d8cd8
authored
Jul 02, 2020
by
Benjamin Thomas Graham
Browse files
setup
parent
e0747470
Changes
1
Hide 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 @
e30d8cd8
...
@@ -14,7 +14,7 @@ if torch.cuda.is_available():
...
@@ -14,7 +14,7 @@ if torch.cuda.is_available():
this_dir
=
os
.
path
.
dirname
(
os
.
path
.
realpath
(
__file__
))
this_dir
=
os
.
path
.
dirname
(
os
.
path
.
realpath
(
__file__
))
torch_dir
=
os
.
path
.
dirname
(
torch
.
__file__
)
torch_dir
=
os
.
path
.
dirname
(
torch
.
__file__
)
conda_include_dir
=
'/'
.
join
(
torch_dir
.
split
(
'/'
)[:
-
4
])
+
'/include'
conda_include_dir
=
'/'
.
join
(
torch_dir
.
split
(
'/'
)[:
-
4
])
+
'/include'
extra
=
{
'cxx'
:
[
'-std=c++14'
,
'-fopenmp'
],
'nvcc'
:
[
'-std=c++14'
,
'-Xcompiler'
,
'-fopenmp'
]}
extra
=
{
'cxx'
:
[
'-std=c++14'
,
'-fopenmp'
,
'-O3'
],
'nvcc'
:
[
'-std=c++14'
,
'-Xcompiler'
,
'-fopenmp'
,
'-O3'
]}
setup
(
setup
(
name
=
'sparseconvnet'
,
name
=
'sparseconvnet'
,
...
...
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