Unverified Commit e4f80bf1 authored by peterjc123's avatar peterjc123 Committed by GitHub
Browse files

Enable CUDA 9.2 builds for Windows (#1381)

parent cae0eeee
......@@ -56,15 +56,15 @@ jobs:
DESIRED_PYTHON: 3.7
CUDA_VERSION: cpu
${{ if ne(parameters.spec, 'CPU') }}:
# PY3.5_92:
# DESIRED_PYTHON: 3.5
# CUDA_VERSION: 92
# PY3.6_92:
# DESIRED_PYTHON: 3.6
# CUDA_VERSION: 92
# PY3.7_92:
# DESIRED_PYTHON: 3.7
# CUDA_VERSION: 92
PY3.5_92:
DESIRED_PYTHON: 3.5
CUDA_VERSION: 92
PY3.6_92:
DESIRED_PYTHON: 3.6
CUDA_VERSION: 92
PY3.7_92:
DESIRED_PYTHON: 3.7
CUDA_VERSION: 92
PY3.5_100:
DESIRED_PYTHON: 3.5
CUDA_VERSION: 100
......
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