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
3bb53578
Commit
3bb53578
authored
Jun 16, 2021
by
rusty1s
Browse files
[skip ci] update cuda installation
parent
94269c1d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
.github/workflows/building.yml
.github/workflows/building.yml
+8
-0
No files found.
.github/workflows/building.yml
View file @
3bb53578
...
@@ -48,6 +48,9 @@ jobs:
...
@@ -48,6 +48,9 @@ jobs:
-
name
:
Install main package
-
name
:
Install main package
run
:
|
run
:
|
CUDA_HOME=/usr/local/cuda-11.1
LD_LIBRARY_PATH=${CUDA_HOME}/lib64:${LD_LIBRARY_PATH}
PATH=${CUDA_HOME}/bin:${PATH}
FORCE_CUDA=1 pip install -e .[test]
FORCE_CUDA=1 pip install -e .[test]
-
name
:
Run test-suite
-
name
:
Run test-suite
...
@@ -55,3 +58,8 @@ jobs:
...
@@ -55,3 +58,8 @@ jobs:
python setup.py test
python setup.py test
ls -lah
ls -lah
ls torch_scatter -lah
ls torch_scatter -lah
-
name
:
Build wheel
run
:
|
python setup.py bdist_wheel --dist-dir=dist
ls -lah dist/
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