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
b907ef2e
Commit
b907ef2e
authored
Feb 11, 2020
by
rusty1s
Browse files
revert
parent
420f4f95
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
.travis.yml
.travis.yml
+1
-1
setup.py
setup.py
+2
-1
No files found.
.travis.yml
View file @
b907ef2e
...
...
@@ -87,7 +87,7 @@ jobs:
# - PATH=/c/Python37:/c/Python37/Scripts:$PATH
# before_install:
# - choco install python --version 3.7.6
# - name: windows/cu10
1
# - name: windows/cu10
2
# os: windows
# language: shell
# env:
...
...
setup.py
View file @
b907ef2e
...
...
@@ -43,7 +43,8 @@ def get_extensions():
if
sys
.
platform
==
'win32'
:
# extra_compile_args['cxx'] += ['/MP']
libraries
=
[
'ATen'
,
'_C'
]
# libraries = ['ATen', '_C']
pass
extensions_dir
=
osp
.
join
(
osp
.
dirname
(
osp
.
abspath
(
__file__
)),
'csrc'
)
main_files
=
glob
.
glob
(
osp
.
join
(
extensions_dir
,
'*.cpp'
))
...
...
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