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
88b17ceb
Commit
88b17ceb
authored
Jun 16, 2021
by
rusty1s
Browse files
[skip ci] update cuda installation
parent
8c84c156
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
.github/workflows/building.yml
.github/workflows/building.yml
+1
-1
.github/workflows/cuda.sh
.github/workflows/cuda.sh
+4
-0
No files found.
.github/workflows/building.yml
View file @
88b17ceb
...
@@ -39,7 +39,7 @@ jobs:
...
@@ -39,7 +39,7 @@ jobs:
-
name
:
Install Cuda ${{ matrix.cuda-version }}
-
name
:
Install Cuda ${{ matrix.cuda-version }}
run
:
|
run
:
|
./
.github/workflows/cuda.sh
source
.github/workflows/cuda.sh
-
name
:
Install PyTorch ${{ matrix.torch-version }}+${{ matrix.cuda-version }}
-
name
:
Install PyTorch ${{ matrix.torch-version }}+${{ matrix.cuda-version }}
run
:
|
run
:
|
...
...
.github/workflows/cuda.sh
View file @
88b17ceb
...
@@ -18,4 +18,8 @@ sudo apt clean
...
@@ -18,4 +18,8 @@ sudo apt clean
ls
-lah
/usr/local/
ls
-lah
/usr/local/
CUDA_HOME
=
/usr/local/cuda-11.1
LD_LIBRARY_PATH
=
${
CUDA_HOME
}
/lib64:
${
LD_LIBRARY_PATH
}
PATH
=
${
CUDA_HOME
}
/bin:
${
PATH
}
nvcc
--version
nvcc
--version
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