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
3ff641c4
"vscode:/vscode.git/clone" did not exist on "3e706031150ac26fd4c84cac2976c52be14ead11"
Commit
3ff641c4
authored
Mar 30, 2018
by
rusty1s
Browse files
build aten
parent
5bae8a85
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
build.py
build.py
+3
-1
No files found.
build.py
View file @
3ff641c4
...
...
@@ -11,8 +11,10 @@ if osp.exists('build'):
files
=
[
'serial'
,
'grid'
]
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
]
include_dirs
=
[
'torch_cluster/src'
]
sources
+=
[
'aten/TH/THGreedy.c'
,
'aten/TH/THGrid.c'
]
include_dirs
=
[
'torch_cluster/src'
,
'aten/TH'
]
define_macros
=
[]
extra_objects
=
[]
with_cuda
=
False
...
...
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