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-cluster
Commits
14c7ac44
Commit
14c7ac44
authored
Oct 31, 2020
by
rusty1s
Browse files
fix cu101 ci-deploy
parent
6de2c899
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
24 additions
and
24 deletions
+24
-24
.travis.yml
.travis.yml
+23
-23
script/cuda.sh
script/cuda.sh
+1
-1
No files found.
.travis.yml
View file @
14c7ac44
...
...
@@ -2,43 +2,43 @@ language: shell
os
:
-
linux
-
osx
-
windows
#
- osx
#
- windows
env
:
global
:
-
CUDA_HOME=/usr/local/cuda
jobs
:
# Python 3.6
-
PYTHON_VERSION=3.6 TORCH_VERSION=1.7.0 IDX=cpu
-
PYTHON_VERSION=3.6 TORCH_VERSION=1.7.0 IDX=cu92
#
- PYTHON_VERSION=3.6 TORCH_VERSION=1.7.0 IDX=cpu
#
- PYTHON_VERSION=3.6 TORCH_VERSION=1.7.0 IDX=cu92
-
PYTHON_VERSION=3.6 TORCH_VERSION=1.7.0 IDX=cu101
-
PYTHON_VERSION=3.6 TORCH_VERSION=1.7.0 IDX=cu102
-
PYTHON_VERSION=3.6 TORCH_VERSION=1.7.0 IDX=cu110
-
PYTHON_VERSION=3.6 TORCH_VERSION=1.6.0 IDX=cpu
-
PYTHON_VERSION=3.6 TORCH_VERSION=1.6.0 IDX=cu92
#
- PYTHON_VERSION=3.6 TORCH_VERSION=1.7.0 IDX=cu102
#
- PYTHON_VERSION=3.6 TORCH_VERSION=1.7.0 IDX=cu110
#
- PYTHON_VERSION=3.6 TORCH_VERSION=1.6.0 IDX=cpu
#
- PYTHON_VERSION=3.6 TORCH_VERSION=1.6.0 IDX=cu92
-
PYTHON_VERSION=3.6 TORCH_VERSION=1.6.0 IDX=cu101
-
PYTHON_VERSION=3.6 TORCH_VERSION=1.6.0 IDX=cu102
#
- PYTHON_VERSION=3.6 TORCH_VERSION=1.6.0 IDX=cu102
# Python 3.7
-
PYTHON_VERSION=3.7 TORCH_VERSION=1.7.0 IDX=cpu
-
PYTHON_VERSION=3.7 TORCH_VERSION=1.7.0 IDX=cu92
#
- PYTHON_VERSION=3.7 TORCH_VERSION=1.7.0 IDX=cpu
#
- PYTHON_VERSION=3.7 TORCH_VERSION=1.7.0 IDX=cu92
-
PYTHON_VERSION=3.7 TORCH_VERSION=1.7.0 IDX=cu101
-
PYTHON_VERSION=3.7 TORCH_VERSION=1.7.0 IDX=cu102
-
PYTHON_VERSION=3.7 TORCH_VERSION=1.7.0 IDX=cu110
-
PYTHON_VERSION=3.7 TORCH_VERSION=1.6.0 IDX=cpu
-
PYTHON_VERSION=3.7 TORCH_VERSION=1.6.0 IDX=cu92
#
- PYTHON_VERSION=3.7 TORCH_VERSION=1.7.0 IDX=cu102
#
- PYTHON_VERSION=3.7 TORCH_VERSION=1.7.0 IDX=cu110
#
- PYTHON_VERSION=3.7 TORCH_VERSION=1.6.0 IDX=cpu
#
- PYTHON_VERSION=3.7 TORCH_VERSION=1.6.0 IDX=cu92
-
PYTHON_VERSION=3.7 TORCH_VERSION=1.6.0 IDX=cu101
-
PYTHON_VERSION=3.7 TORCH_VERSION=1.6.0 IDX=cu102
#
- PYTHON_VERSION=3.7 TORCH_VERSION=1.6.0 IDX=cu102
# Python 3.8
-
PYTHON_VERSION=3.8 TORCH_VERSION=1.7.0 IDX=cpu
-
PYTHON_VERSION=3.8 TORCH_VERSION=1.7.0 IDX=cu92
#
- PYTHON_VERSION=3.8 TORCH_VERSION=1.7.0 IDX=cpu
#
- PYTHON_VERSION=3.8 TORCH_VERSION=1.7.0 IDX=cu92
-
PYTHON_VERSION=3.8 TORCH_VERSION=1.7.0 IDX=cu101
-
PYTHON_VERSION=3.8 TORCH_VERSION=1.7.0 IDX=cu102
-
PYTHON_VERSION=3.8 TORCH_VERSION=1.7.0 IDX=cu110
-
PYTHON_VERSION=3.8 TORCH_VERSION=1.6.0 IDX=cpu
-
PYTHON_VERSION=3.8 TORCH_VERSION=1.6.0 IDX=cu92
#
- PYTHON_VERSION=3.8 TORCH_VERSION=1.7.0 IDX=cu102
#
- PYTHON_VERSION=3.8 TORCH_VERSION=1.7.0 IDX=cu110
#
- PYTHON_VERSION=3.8 TORCH_VERSION=1.6.0 IDX=cpu
#
- PYTHON_VERSION=3.8 TORCH_VERSION=1.6.0 IDX=cu92
-
PYTHON_VERSION=3.8 TORCH_VERSION=1.6.0 IDX=cu101
-
PYTHON_VERSION=3.8 TORCH_VERSION=1.6.0 IDX=cu102
#
- PYTHON_VERSION=3.8 TORCH_VERSION=1.6.0 IDX=cu102
jobs
:
# For daily builds, we only test on Python 3.6 with CUDA 10.2/11.0.
...
...
script/cuda.sh
View file @
14c7ac44
...
...
@@ -15,7 +15,7 @@ fi
if
[
"
${
TRAVIS_OS_NAME
}
"
=
"linux"
]
&&
[
"
$IDX
"
=
"cu101"
]
;
then
export
IDX
=
cu101
export
CUDA_SHORT
=
10.1
export
CUDA
=
10.1.
243
-1
export
CUDA
=
10.1.
105
-1
export
UBUNTU_VERSION
=
ubuntu1804
export
CUBLAS
=
libcublas-dev
export
TOOLKIT
=
"cudatoolkit=
${
CUDA_SHORT
}
"
...
...
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