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
4e1b6d39
Commit
4e1b6d39
authored
Apr 23, 2020
by
rusty1s
Browse files
update everything
parent
1538c112
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
13 deletions
+14
-13
.travis.yml
.travis.yml
+13
-13
script/gcc.sh
script/gcc.sh
+1
-0
No files found.
.travis.yml
View file @
4e1b6d39
...
...
@@ -2,25 +2,25 @@ language: shell
os
:
-
linux
-
osx
-
windows
#
- osx
#
- windows
env
:
global
:
-
CUDA_HOME=/usr/local/cuda
jobs
:
-
TORCH_VERSION=1.5.0 PYTHON_VERSION=3.8 IDX=cpu
-
TORCH_VERSION=1.5.0 PYTHON_VERSION=3.8 IDX=cu92
#
- TORCH_VERSION=1.5.0 PYTHON_VERSION=3.8 IDX=cpu
#
- TORCH_VERSION=1.5.0 PYTHON_VERSION=3.8 IDX=cu92
-
TORCH_VERSION=1.5.0 PYTHON_VERSION=3.8 IDX=cu101
-
TORCH_VERSION=1.5.0 PYTHON_VERSION=3.8 IDX=cu102
-
TORCH_VERSION=1.5.0 PYTHON_VERSION=3.7 IDX=cpu
-
TORCH_VERSION=1.5.0 PYTHON_VERSION=3.7 IDX=cu92
-
TORCH_VERSION=1.5.0 PYTHON_VERSION=3.7 IDX=cu101
-
TORCH_VERSION=1.5.0 PYTHON_VERSION=3.7 IDX=cu102
-
TORCH_VERSION=1.5.0 PYTHON_VERSION=3.6 IDX=cpu
-
TORCH_VERSION=1.5.0 PYTHON_VERSION=3.6 IDX=cu92
-
TORCH_VERSION=1.5.0 PYTHON_VERSION=3.6 IDX=cu101
-
TORCH_VERSION=1.5.0 PYTHON_VERSION=3.6 IDX=cu102
#
- TORCH_VERSION=1.5.0 PYTHON_VERSION=3.8 IDX=cu102
#
- TORCH_VERSION=1.5.0 PYTHON_VERSION=3.7 IDX=cpu
#
- TORCH_VERSION=1.5.0 PYTHON_VERSION=3.7 IDX=cu92
#
- TORCH_VERSION=1.5.0 PYTHON_VERSION=3.7 IDX=cu101
#
- TORCH_VERSION=1.5.0 PYTHON_VERSION=3.7 IDX=cu102
#
- TORCH_VERSION=1.5.0 PYTHON_VERSION=3.6 IDX=cpu
#
- TORCH_VERSION=1.5.0 PYTHON_VERSION=3.6 IDX=cu92
#
- TORCH_VERSION=1.5.0 PYTHON_VERSION=3.6 IDX=cu101
#
- TORCH_VERSION=1.5.0 PYTHON_VERSION=3.6 IDX=cu102
jobs
:
exclude
:
# Exclude *all* macOS CUDA jobs and Windows CUDA 9.2 jobs.
...
...
script/gcc.sh
View file @
4e1b6d39
#!/bin/bash
if
[
"
${
TRAVIS_OS_NAME
}
"
=
"linux"
]
;
then
sudo
apt-get
install
software-properties-common
--yes
sudo
add-apt-repository ppa:ubuntu-toolchain-r/test
--yes
sudo
apt update
sudo
apt
install
gcc-7 g++-7
--yes
...
...
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