"vscode:/vscode.git/clone" did not exist on "73b5be67f8b9b70b46c5cfb7b6b69b0106b1b94c"
Commit 8979a5f0 authored by rusty1s's avatar rusty1s
Browse files

use a matrix

parent db7ebce3
...@@ -5,12 +5,12 @@ sudo: enabled ...@@ -5,12 +5,12 @@ sudo: enabled
compiler: compiler:
- gcc - gcc
jobs: matrix:
include: include:
- os: linux - os: linux
python: python:
- '3.6' - 3.6
- '3.7' - 3.7
env: env:
- FORCE_CUDA=1 CUDA=9.2.148-1 CUDA_SHORT=9.2 UBUNTU_VERSION=ubuntu1604 CUBLAS=cuda-cublas-dev-9-2 TORCH=1.4.0+cu92 - FORCE_CUDA=1 CUDA=9.2.148-1 CUDA_SHORT=9.2 UBUNTU_VERSION=ubuntu1604 CUBLAS=cuda-cublas-dev-9-2 TORCH=1.4.0+cu92
- FORCE_CUDA=1 CUDA=10.0.130-1 CUDA_SHORT=10.0 UBUNTU_VERSION=ubuntu1804 CUBLAS=cuda-cublas-dev-10-0 TORCH=1.4.0+cu100 - FORCE_CUDA=1 CUDA=10.0.130-1 CUDA_SHORT=10.0 UBUNTU_VERSION=ubuntu1804 CUBLAS=cuda-cublas-dev-10-0 TORCH=1.4.0+cu100
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment