Skip to content

Commit

Permalink
.circleci: Remove CUDA 9.2 for windows (#2504)
Browse files Browse the repository at this point in the history
There is an outstanding issue with JIT for pytorch binaries compiled
with Visual Studio 2014.

Since CUDA 9.2 is only compilable with Visual Studio 2014 we have
decided to drop it altogether.

Signed-off-by: Eli Uriegas <[email protected]>
  • Loading branch information
seemethere authored Jul 23, 2020
1 parent dc4a62a commit 78ed10c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 171 deletions.
171 changes: 0 additions & 171 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -474,15 +474,6 @@ workflows:
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name: binary_win_wheel_py3.6_cpu
python_version: '3.6'
- binary_win_wheel_release:
cu_version: cu92
filters:
branches:
only: master
tags:
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name: binary_win_wheel_py3.6_cu92
python_version: '3.6'
- binary_win_wheel_release:
cu_version: cu101
filters:
Expand Down Expand Up @@ -510,15 +501,6 @@ workflows:
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name: binary_win_wheel_py3.7_cpu
python_version: '3.7'
- binary_win_wheel_release:
cu_version: cu92
filters:
branches:
only: master
tags:
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name: binary_win_wheel_py3.7_cu92
python_version: '3.7'
- binary_win_wheel_release:
cu_version: cu101
filters:
Expand All @@ -541,15 +523,6 @@ workflows:
cu_version: cpu
name: binary_win_wheel_py3.8_cpu
python_version: '3.8'
- binary_win_wheel_release:
cu_version: cu92
filters:
branches:
only: master
tags:
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name: binary_win_wheel_py3.8_cu92
python_version: '3.8'
- binary_win_wheel_release:
cu_version: cu101
filters:
Expand Down Expand Up @@ -647,15 +620,6 @@ workflows:
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name: binary_win_conda_py3.6_cpu
python_version: '3.6'
- binary_win_conda_release:
cu_version: cu92
filters:
branches:
only: master
tags:
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name: binary_win_conda_py3.6_cu92
python_version: '3.6'
- binary_win_conda_release:
cu_version: cu101
filters:
Expand Down Expand Up @@ -683,15 +647,6 @@ workflows:
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name: binary_win_conda_py3.7_cpu
python_version: '3.7'
- binary_win_conda_release:
cu_version: cu92
filters:
branches:
only: master
tags:
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name: binary_win_conda_py3.7_cu92
python_version: '3.7'
- binary_win_conda_release:
cu_version: cu101
filters:
Expand All @@ -714,15 +669,6 @@ workflows:
cu_version: cpu
name: binary_win_conda_py3.8_cpu
python_version: '3.8'
- binary_win_conda_release:
cu_version: cu92
filters:
branches:
only: master
tags:
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name: binary_win_conda_py3.8_cu92
python_version: '3.8'
- binary_win_conda_release:
cu_version: cu101
filters:
Expand Down Expand Up @@ -1093,26 +1039,6 @@ workflows:
requires:
- nightly_binary_win_wheel_py3.6_cpu
subfolder: cpu/
- binary_win_wheel_release:
cu_version: cu92
filters:
branches:
only: nightly
tags:
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name: nightly_binary_win_wheel_py3.6_cu92
python_version: '3.6'
- binary_wheel_upload:
context: org-member
filters:
branches:
only: nightly
tags:
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name: nightly_binary_win_wheel_py3.6_cu92_upload
requires:
- nightly_binary_win_wheel_py3.6_cu92
subfolder: cu92/
- binary_win_wheel_release:
cu_version: cu101
filters:
Expand Down Expand Up @@ -1173,26 +1099,6 @@ workflows:
requires:
- nightly_binary_win_wheel_py3.7_cpu
subfolder: cpu/
- binary_win_wheel_release:
cu_version: cu92
filters:
branches:
only: nightly
tags:
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name: nightly_binary_win_wheel_py3.7_cu92
python_version: '3.7'
- binary_wheel_upload:
context: org-member
filters:
branches:
only: nightly
tags:
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name: nightly_binary_win_wheel_py3.7_cu92_upload
requires:
- nightly_binary_win_wheel_py3.7_cu92
subfolder: cu92/
- binary_win_wheel_release:
cu_version: cu101
filters:
Expand Down Expand Up @@ -1253,26 +1159,6 @@ workflows:
requires:
- nightly_binary_win_wheel_py3.8_cpu
subfolder: cpu/
- binary_win_wheel_release:
cu_version: cu92
filters:
branches:
only: nightly
tags:
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name: nightly_binary_win_wheel_py3.8_cu92
python_version: '3.8'
- binary_wheel_upload:
context: org-member
filters:
branches:
only: nightly
tags:
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name: nightly_binary_win_wheel_py3.8_cu92_upload
requires:
- nightly_binary_win_wheel_py3.8_cu92
subfolder: cu92/
- binary_win_wheel_release:
cu_version: cu101
filters:
Expand Down Expand Up @@ -1632,25 +1518,6 @@ workflows:
name: nightly_binary_win_conda_py3.6_cpu_upload
requires:
- nightly_binary_win_conda_py3.6_cpu
- binary_win_conda_release:
cu_version: cu92
filters:
branches:
only: nightly
tags:
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name: nightly_binary_win_conda_py3.6_cu92
python_version: '3.6'
- binary_conda_upload:
context: org-member
filters:
branches:
only: nightly
tags:
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name: nightly_binary_win_conda_py3.6_cu92_upload
requires:
- nightly_binary_win_conda_py3.6_cu92
- binary_win_conda_release:
cu_version: cu101
filters:
Expand Down Expand Up @@ -1708,25 +1575,6 @@ workflows:
name: nightly_binary_win_conda_py3.7_cpu_upload
requires:
- nightly_binary_win_conda_py3.7_cpu
- binary_win_conda_release:
cu_version: cu92
filters:
branches:
only: nightly
tags:
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name: nightly_binary_win_conda_py3.7_cu92
python_version: '3.7'
- binary_conda_upload:
context: org-member
filters:
branches:
only: nightly
tags:
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name: nightly_binary_win_conda_py3.7_cu92_upload
requires:
- nightly_binary_win_conda_py3.7_cu92
- binary_win_conda_release:
cu_version: cu101
filters:
Expand Down Expand Up @@ -1784,25 +1632,6 @@ workflows:
name: nightly_binary_win_conda_py3.8_cpu_upload
requires:
- nightly_binary_win_conda_py3.8_cpu
- binary_win_conda_release:
cu_version: cu92
filters:
branches:
only: nightly
tags:
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name: nightly_binary_win_conda_py3.8_cu92
python_version: '3.8'
- binary_conda_upload:
context: org-member
filters:
branches:
only: nightly
tags:
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name: nightly_binary_win_conda_py3.8_cu92_upload
requires:
- nightly_binary_win_conda_py3.8_cu92
- binary_win_conda_release:
cu_version: cu101
filters:
Expand Down
2 changes: 2 additions & 0 deletions .circleci/regenerate.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ def workflows(prefix='', filter_branch=None, upload=False, indentation=6, window
for python_version in python_versions:
for cu_version in cu_versions:
for unicode in ([False, True] if btype == "wheel" and python_version == "2.7" else [False]):
if os_type == "win" and cu_version == "cu92":
continue
fb = filter_branch
if windows_latest_only and os_type == "win" and filter_branch is None and \
(python_version != python_versions[-1] or
Expand Down

0 comments on commit 78ed10c

Please sign in to comment.