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-cluster
Commits
81940250
Commit
81940250
authored
Mar 30, 2018
by
rusty1s
Browse files
reset
parent
2f389cce
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
build.py
build.py
+0
-2
No files found.
build.py
View file @
81940250
...
@@ -11,9 +11,7 @@ if osp.exists('build'):
...
@@ -11,9 +11,7 @@ if osp.exists('build'):
files
=
[
'serial'
,
'grid'
]
files
=
[
'serial'
,
'grid'
]
headers
=
[
'torch_cluster/src/{}_cpu.h'
.
format
(
f
)
for
f
in
files
]
headers
=
[
'torch_cluster/src/{}_cpu.h'
.
format
(
f
)
for
f
in
files
]
headers
+=
[
'aten/TH/THGreedy.h'
,
'aten/TH/THGrid.h'
]
sources
=
[
'torch_cluster/src/{}_cpu.c'
.
format
(
f
)
for
f
in
files
]
sources
=
[
'torch_cluster/src/{}_cpu.c'
.
format
(
f
)
for
f
in
files
]
sources
+=
[
'aten/TH/THGreedy.c'
,
'aten/TH/THGrid.c'
]
include_dirs
=
[
'torch_cluster/src'
,
'aten/TH'
]
include_dirs
=
[
'torch_cluster/src'
,
'aten/TH'
]
define_macros
=
[]
define_macros
=
[]
extra_objects
=
[]
extra_objects
=
[]
...
...
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