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
750f4772
Commit
750f4772
authored
Feb 11, 2020
by
rusty1s
Browse files
cublas
parent
eb17314c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
.travis.yml
.travis.yml
+4
-2
No files found.
.travis.yml
View file @
750f4772
...
@@ -13,6 +13,7 @@ matrix:
...
@@ -13,6 +13,7 @@ matrix:
-
CUDA=9.2.148-1
-
CUDA=9.2.148-1
-
CUDA_SHORT=9.2
-
CUDA_SHORT=9.2
-
UBUNTU_VERSION=ubuntu1604
-
UBUNTU_VERSION=ubuntu1604
-
CUBLAS=cuda-cublas-dev
-
TORCH=1.4.0+cu92
-
TORCH=1.4.0+cu92
-
name
:
cu100
-
name
:
cu100
env
:
env
:
...
@@ -20,6 +21,7 @@ matrix:
...
@@ -20,6 +21,7 @@ matrix:
-
CUDA=10.0.130-1
-
CUDA=10.0.130-1
-
CUDA_SHORT=10.0
-
CUDA_SHORT=10.0
-
UBUNTU_VERSION=ubuntu1804
-
UBUNTU_VERSION=ubuntu1804
-
CUBLAS=cuda-cublas-dev
-
TORCH=1.4.0+cu100
-
TORCH=1.4.0+cu100
-
name
:
cu101
-
name
:
cu101
env
:
env
:
...
@@ -27,6 +29,7 @@ matrix:
...
@@ -27,6 +29,7 @@ matrix:
-
CUDA=10.1.105-1
-
CUDA=10.1.105-1
-
CUDA_SHORT=10.1
-
CUDA_SHORT=10.1
-
UBUNTU_VERSION=ubuntu1804
-
UBUNTU_VERSION=ubuntu1804
-
CUBLAS=libcublas-dev
-
TORCH=1.4.0
-
TORCH=1.4.0
before_install
:
before_install
:
...
@@ -36,8 +39,7 @@ before_install:
...
@@ -36,8 +39,7 @@ before_install:
-
wget https://developer.download.nvidia.com/compute/cuda/repos/${UBUNTU_VERSION}/x86_64/7fa2af80.pub
-
wget https://developer.download.nvidia.com/compute/cuda/repos/${UBUNTU_VERSION}/x86_64/7fa2af80.pub
-
sudo apt-key add 7fa2af80.pub
-
sudo apt-key add 7fa2af80.pub
-
sudo apt update -qq
-
sudo apt update -qq
-
sudo apt install -y cuda-${CUDA_SHORT/./-}
-
sudo apt install -y cuda-core-${CUDA_SHORT/./-} ${CUBLAS}-${CUDA_SHORT/./-} cuda-cublas-dev-${CUDA_SHORT/./-} cuda-cusparse-dev-${CUDA_SHORT/./-}
# - sudo apt install -y cuda-core-${CUDA_SHORT/./-} cuda-cudart-dev-${CUDA_SHORT/./-} cuda-cublas-dev-${CUDA_SHORT/./-} cuda-cusparse-dev-${CUDA_SHORT/./-}
-
sudo apt clean
-
sudo apt clean
-
CUDA_HOME=/usr/local/cuda-${CUDA_SHORT}
-
CUDA_HOME=/usr/local/cuda-${CUDA_SHORT}
-
LD_LIBRARY_PATH=${CUDA_HOME}/lib64:${LD_LIBRARY_PATH}
-
LD_LIBRARY_PATH=${CUDA_HOME}/lib64:${LD_LIBRARY_PATH}
...
...
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