Skip to content

Commit 78ed10c

Browse files
authored
.circleci: Remove CUDA 9.2 for windows (#2504)
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]>
1 parent dc4a62a commit 78ed10c

File tree

2 files changed

+2
-171
lines changed

2 files changed

+2
-171
lines changed

.circleci/config.yml

Lines changed: 0 additions & 171 deletions
Original file line numberDiff line numberDiff line change
@@ -474,15 +474,6 @@ workflows:
474474
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
475475
name: binary_win_wheel_py3.6_cpu
476476
python_version: '3.6'
477-
- binary_win_wheel_release:
478-
cu_version: cu92
479-
filters:
480-
branches:
481-
only: master
482-
tags:
483-
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
484-
name: binary_win_wheel_py3.6_cu92
485-
python_version: '3.6'
486477
- binary_win_wheel_release:
487478
cu_version: cu101
488479
filters:
@@ -510,15 +501,6 @@ workflows:
510501
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
511502
name: binary_win_wheel_py3.7_cpu
512503
python_version: '3.7'
513-
- binary_win_wheel_release:
514-
cu_version: cu92
515-
filters:
516-
branches:
517-
only: master
518-
tags:
519-
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
520-
name: binary_win_wheel_py3.7_cu92
521-
python_version: '3.7'
522504
- binary_win_wheel_release:
523505
cu_version: cu101
524506
filters:
@@ -541,15 +523,6 @@ workflows:
541523
cu_version: cpu
542524
name: binary_win_wheel_py3.8_cpu
543525
python_version: '3.8'
544-
- binary_win_wheel_release:
545-
cu_version: cu92
546-
filters:
547-
branches:
548-
only: master
549-
tags:
550-
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
551-
name: binary_win_wheel_py3.8_cu92
552-
python_version: '3.8'
553526
- binary_win_wheel_release:
554527
cu_version: cu101
555528
filters:
@@ -647,15 +620,6 @@ workflows:
647620
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
648621
name: binary_win_conda_py3.6_cpu
649622
python_version: '3.6'
650-
- binary_win_conda_release:
651-
cu_version: cu92
652-
filters:
653-
branches:
654-
only: master
655-
tags:
656-
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
657-
name: binary_win_conda_py3.6_cu92
658-
python_version: '3.6'
659623
- binary_win_conda_release:
660624
cu_version: cu101
661625
filters:
@@ -683,15 +647,6 @@ workflows:
683647
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
684648
name: binary_win_conda_py3.7_cpu
685649
python_version: '3.7'
686-
- binary_win_conda_release:
687-
cu_version: cu92
688-
filters:
689-
branches:
690-
only: master
691-
tags:
692-
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
693-
name: binary_win_conda_py3.7_cu92
694-
python_version: '3.7'
695650
- binary_win_conda_release:
696651
cu_version: cu101
697652
filters:
@@ -714,15 +669,6 @@ workflows:
714669
cu_version: cpu
715670
name: binary_win_conda_py3.8_cpu
716671
python_version: '3.8'
717-
- binary_win_conda_release:
718-
cu_version: cu92
719-
filters:
720-
branches:
721-
only: master
722-
tags:
723-
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
724-
name: binary_win_conda_py3.8_cu92
725-
python_version: '3.8'
726672
- binary_win_conda_release:
727673
cu_version: cu101
728674
filters:
@@ -1093,26 +1039,6 @@ workflows:
10931039
requires:
10941040
- nightly_binary_win_wheel_py3.6_cpu
10951041
subfolder: cpu/
1096-
- binary_win_wheel_release:
1097-
cu_version: cu92
1098-
filters:
1099-
branches:
1100-
only: nightly
1101-
tags:
1102-
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
1103-
name: nightly_binary_win_wheel_py3.6_cu92
1104-
python_version: '3.6'
1105-
- binary_wheel_upload:
1106-
context: org-member
1107-
filters:
1108-
branches:
1109-
only: nightly
1110-
tags:
1111-
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
1112-
name: nightly_binary_win_wheel_py3.6_cu92_upload
1113-
requires:
1114-
- nightly_binary_win_wheel_py3.6_cu92
1115-
subfolder: cu92/
11161042
- binary_win_wheel_release:
11171043
cu_version: cu101
11181044
filters:
@@ -1173,26 +1099,6 @@ workflows:
11731099
requires:
11741100
- nightly_binary_win_wheel_py3.7_cpu
11751101
subfolder: cpu/
1176-
- binary_win_wheel_release:
1177-
cu_version: cu92
1178-
filters:
1179-
branches:
1180-
only: nightly
1181-
tags:
1182-
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
1183-
name: nightly_binary_win_wheel_py3.7_cu92
1184-
python_version: '3.7'
1185-
- binary_wheel_upload:
1186-
context: org-member
1187-
filters:
1188-
branches:
1189-
only: nightly
1190-
tags:
1191-
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
1192-
name: nightly_binary_win_wheel_py3.7_cu92_upload
1193-
requires:
1194-
- nightly_binary_win_wheel_py3.7_cu92
1195-
subfolder: cu92/
11961102
- binary_win_wheel_release:
11971103
cu_version: cu101
11981104
filters:
@@ -1253,26 +1159,6 @@ workflows:
12531159
requires:
12541160
- nightly_binary_win_wheel_py3.8_cpu
12551161
subfolder: cpu/
1256-
- binary_win_wheel_release:
1257-
cu_version: cu92
1258-
filters:
1259-
branches:
1260-
only: nightly
1261-
tags:
1262-
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
1263-
name: nightly_binary_win_wheel_py3.8_cu92
1264-
python_version: '3.8'
1265-
- binary_wheel_upload:
1266-
context: org-member
1267-
filters:
1268-
branches:
1269-
only: nightly
1270-
tags:
1271-
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
1272-
name: nightly_binary_win_wheel_py3.8_cu92_upload
1273-
requires:
1274-
- nightly_binary_win_wheel_py3.8_cu92
1275-
subfolder: cu92/
12761162
- binary_win_wheel_release:
12771163
cu_version: cu101
12781164
filters:
@@ -1632,25 +1518,6 @@ workflows:
16321518
name: nightly_binary_win_conda_py3.6_cpu_upload
16331519
requires:
16341520
- nightly_binary_win_conda_py3.6_cpu
1635-
- binary_win_conda_release:
1636-
cu_version: cu92
1637-
filters:
1638-
branches:
1639-
only: nightly
1640-
tags:
1641-
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
1642-
name: nightly_binary_win_conda_py3.6_cu92
1643-
python_version: '3.6'
1644-
- binary_conda_upload:
1645-
context: org-member
1646-
filters:
1647-
branches:
1648-
only: nightly
1649-
tags:
1650-
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
1651-
name: nightly_binary_win_conda_py3.6_cu92_upload
1652-
requires:
1653-
- nightly_binary_win_conda_py3.6_cu92
16541521
- binary_win_conda_release:
16551522
cu_version: cu101
16561523
filters:
@@ -1708,25 +1575,6 @@ workflows:
17081575
name: nightly_binary_win_conda_py3.7_cpu_upload
17091576
requires:
17101577
- nightly_binary_win_conda_py3.7_cpu
1711-
- binary_win_conda_release:
1712-
cu_version: cu92
1713-
filters:
1714-
branches:
1715-
only: nightly
1716-
tags:
1717-
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
1718-
name: nightly_binary_win_conda_py3.7_cu92
1719-
python_version: '3.7'
1720-
- binary_conda_upload:
1721-
context: org-member
1722-
filters:
1723-
branches:
1724-
only: nightly
1725-
tags:
1726-
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
1727-
name: nightly_binary_win_conda_py3.7_cu92_upload
1728-
requires:
1729-
- nightly_binary_win_conda_py3.7_cu92
17301578
- binary_win_conda_release:
17311579
cu_version: cu101
17321580
filters:
@@ -1784,25 +1632,6 @@ workflows:
17841632
name: nightly_binary_win_conda_py3.8_cpu_upload
17851633
requires:
17861634
- nightly_binary_win_conda_py3.8_cpu
1787-
- binary_win_conda_release:
1788-
cu_version: cu92
1789-
filters:
1790-
branches:
1791-
only: nightly
1792-
tags:
1793-
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
1794-
name: nightly_binary_win_conda_py3.8_cu92
1795-
python_version: '3.8'
1796-
- binary_conda_upload:
1797-
context: org-member
1798-
filters:
1799-
branches:
1800-
only: nightly
1801-
tags:
1802-
only: /v[0-9]+(\.[0-9]+)*-rc[0-9]+/
1803-
name: nightly_binary_win_conda_py3.8_cu92_upload
1804-
requires:
1805-
- nightly_binary_win_conda_py3.8_cu92
18061635
- binary_win_conda_release:
18071636
cu_version: cu101
18081637
filters:

.circleci/regenerate.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ def workflows(prefix='', filter_branch=None, upload=False, indentation=6, window
2828
for python_version in python_versions:
2929
for cu_version in cu_versions:
3030
for unicode in ([False, True] if btype == "wheel" and python_version == "2.7" else [False]):
31+
if os_type == "win" and cu_version == "cu92":
32+
continue
3133
fb = filter_branch
3234
if windows_latest_only and os_type == "win" and filter_branch is None and \
3335
(python_version != python_versions[-1] or

0 commit comments

Comments
 (0)