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-scatter
Commits
8265429e
"vscode:/vscode.git/clone" did not exist on "ddb04e7dba0189d2a76637955cf97cee3a79e57d"
Commit
8265429e
authored
Dec 19, 2017
by
rusty1s
Browse files
lint
parent
05d058c1
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
+0
-5
build.py
build.py
+0
-5
No files found.
build.py
View file @
8265429e
from
os
import
path
as
osp
import
torch
import
torch
from
torch.utils.ffi
import
create_extension
from
torch.utils.ffi
import
create_extension
abs_path
=
osp
.
join
(
osp
.
dirname
(
osp
.
realpath
(
__file__
)),
'torch_scatter'
)
abs_path
=
'torch_scatter'
headers
=
[
'torch_scatter/src/cpu.h'
]
headers
=
[
'torch_scatter/src/cpu.h'
]
sources
=
[
'torch_scatter/src/cpu.c'
]
sources
=
[
'torch_scatter/src/cpu.c'
]
include_dirs
=
[
'torch_scatter/src'
,
'torch_scatter/kernel'
]
include_dirs
=
[
'torch_scatter/src'
,
'torch_scatter/kernel'
]
...
...
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