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
vision
Commits
19d8987d
"src/vscode:/vscode.git/clone" did not exist on "2e209c30cf6f2ba42001d0629dc6b7ce354b9a9d"
Unverified
Commit
19d8987d
authored
Feb 24, 2022
by
Vasilis Vryniotis
Committed by
GitHub
Feb 24, 2022
Browse files
Removing Win CU11.1 support (#5470)
parent
e5a5f0be
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
301 deletions
+1
-301
.circleci/config.yml
.circleci/config.yml
+0
-300
.circleci/regenerate.py
.circleci/regenerate.py
+1
-1
No files found.
.circleci/config.yml
View file @
19d8987d
...
...
@@ -1282,15 +1282,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
:
cu_version
:
cu111
filters
:
branches
:
only
:
main
tags
:
only
:
/v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name
:
binary_win_wheel_py3.7_cu111
python_version
:
'
3.7'
-
binary_win_wheel
:
cu_version
:
cu113
filters
:
...
...
@@ -1318,15 +1309,6 @@ workflows:
only
:
/v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name
:
binary_win_wheel_py3.8_cpu
python_version
:
'
3.8'
-
binary_win_wheel
:
cu_version
:
cu111
filters
:
branches
:
only
:
main
tags
:
only
:
/v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name
:
binary_win_wheel_py3.8_cu111
python_version
:
'
3.8'
-
binary_win_wheel
:
cu_version
:
cu113
filters
:
...
...
@@ -1354,15 +1336,6 @@ workflows:
only
:
/v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name
:
binary_win_wheel_py3.9_cpu
python_version
:
'
3.9'
-
binary_win_wheel
:
cu_version
:
cu111
filters
:
branches
:
only
:
main
tags
:
only
:
/v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name
:
binary_win_wheel_py3.9_cu111
python_version
:
'
3.9'
-
binary_win_wheel
:
cu_version
:
cu113
filters
:
...
...
@@ -1385,15 +1358,6 @@ workflows:
cu_version
:
cpu
name
:
binary_win_wheel_py3.10_cpu
python_version
:
'
3.10'
-
binary_win_wheel
:
cu_version
:
cu111
filters
:
branches
:
only
:
main
tags
:
only
:
/v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name
:
binary_win_wheel_py3.10_cu111
python_version
:
'
3.10'
-
binary_win_wheel
:
cu_version
:
cu113
filters
:
...
...
@@ -1560,15 +1524,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
:
cu_version
:
cu111
filters
:
branches
:
only
:
main
tags
:
only
:
/v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name
:
binary_win_conda_py3.7_cu111
python_version
:
'
3.7'
-
binary_win_conda
:
cu_version
:
cu113
filters
:
...
...
@@ -1596,15 +1551,6 @@ workflows:
only
:
/v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name
:
binary_win_conda_py3.8_cpu
python_version
:
'
3.8'
-
binary_win_conda
:
cu_version
:
cu111
filters
:
branches
:
only
:
main
tags
:
only
:
/v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name
:
binary_win_conda_py3.8_cu111
python_version
:
'
3.8'
-
binary_win_conda
:
cu_version
:
cu113
filters
:
...
...
@@ -1632,15 +1578,6 @@ workflows:
only
:
/v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name
:
binary_win_conda_py3.9_cpu
python_version
:
'
3.9'
-
binary_win_conda
:
cu_version
:
cu111
filters
:
branches
:
only
:
main
tags
:
only
:
/v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name
:
binary_win_conda_py3.9_cu111
python_version
:
'
3.9'
-
binary_win_conda
:
cu_version
:
cu113
filters
:
...
...
@@ -1663,15 +1600,6 @@ workflows:
cu_version
:
cpu
name
:
binary_win_conda_py3.10_cpu
python_version
:
'
3.10'
-
binary_win_conda
:
cu_version
:
cu111
filters
:
branches
:
only
:
main
tags
:
only
:
/v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name
:
binary_win_conda_py3.10_cu111
python_version
:
'
3.10'
-
binary_win_conda
:
cu_version
:
cu113
filters
:
...
...
@@ -2877,35 +2805,6 @@ workflows:
python_version
:
'
3.7'
requires
:
-
nightly_binary_win_wheel_py3.7_cpu_upload
-
binary_win_wheel
:
cu_version
:
cu111
filters
:
branches
:
only
:
nightly
tags
:
only
:
/v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name
:
nightly_binary_win_wheel_py3.7_cu111
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_cu111_upload
requires
:
-
nightly_binary_win_wheel_py3.7_cu111
subfolder
:
cu111/
-
smoke_test_win_pip
:
filters
:
branches
:
only
:
-
nightly
name
:
nightly_binary_win_wheel_py3.7_cu111_smoke_test_pip
python_version
:
'
3.7'
requires
:
-
nightly_binary_win_wheel_py3.7_cu111_upload
-
binary_win_wheel
:
cu_version
:
cu113
filters
:
...
...
@@ -2993,35 +2892,6 @@ workflows:
python_version
:
'
3.8'
requires
:
-
nightly_binary_win_wheel_py3.8_cpu_upload
-
binary_win_wheel
:
cu_version
:
cu111
filters
:
branches
:
only
:
nightly
tags
:
only
:
/v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name
:
nightly_binary_win_wheel_py3.8_cu111
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_cu111_upload
requires
:
-
nightly_binary_win_wheel_py3.8_cu111
subfolder
:
cu111/
-
smoke_test_win_pip
:
filters
:
branches
:
only
:
-
nightly
name
:
nightly_binary_win_wheel_py3.8_cu111_smoke_test_pip
python_version
:
'
3.8'
requires
:
-
nightly_binary_win_wheel_py3.8_cu111_upload
-
binary_win_wheel
:
cu_version
:
cu113
filters
:
...
...
@@ -3109,35 +2979,6 @@ workflows:
python_version
:
'
3.9'
requires
:
-
nightly_binary_win_wheel_py3.9_cpu_upload
-
binary_win_wheel
:
cu_version
:
cu111
filters
:
branches
:
only
:
nightly
tags
:
only
:
/v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name
:
nightly_binary_win_wheel_py3.9_cu111
python_version
:
'
3.9'
-
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.9_cu111_upload
requires
:
-
nightly_binary_win_wheel_py3.9_cu111
subfolder
:
cu111/
-
smoke_test_win_pip
:
filters
:
branches
:
only
:
-
nightly
name
:
nightly_binary_win_wheel_py3.9_cu111_smoke_test_pip
python_version
:
'
3.9'
requires
:
-
nightly_binary_win_wheel_py3.9_cu111_upload
-
binary_win_wheel
:
cu_version
:
cu113
filters
:
...
...
@@ -3225,35 +3066,6 @@ workflows:
python_version
:
'
3.10'
requires
:
-
nightly_binary_win_wheel_py3.10_cpu_upload
-
binary_win_wheel
:
cu_version
:
cu111
filters
:
branches
:
only
:
nightly
tags
:
only
:
/v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name
:
nightly_binary_win_wheel_py3.10_cu111
python_version
:
'
3.10'
-
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.10_cu111_upload
requires
:
-
nightly_binary_win_wheel_py3.10_cu111
subfolder
:
cu111/
-
smoke_test_win_pip
:
filters
:
branches
:
only
:
-
nightly
name
:
nightly_binary_win_wheel_py3.10_cu111_smoke_test_pip
python_version
:
'
3.10'
requires
:
-
nightly_binary_win_wheel_py3.10_cu111_upload
-
binary_win_wheel
:
cu_version
:
cu113
filters
:
...
...
@@ -4024,34 +3836,6 @@ workflows:
python_version
:
'
3.7'
requires
:
-
nightly_binary_win_conda_py3.7_cpu_upload
-
binary_win_conda
:
cu_version
:
cu111
filters
:
branches
:
only
:
nightly
tags
:
only
:
/v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name
:
nightly_binary_win_conda_py3.7_cu111
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_cu111_upload
requires
:
-
nightly_binary_win_conda_py3.7_cu111
-
smoke_test_win_conda
:
filters
:
branches
:
only
:
-
nightly
name
:
nightly_binary_win_conda_py3.7_cu111_smoke_test_conda
python_version
:
'
3.7'
requires
:
-
nightly_binary_win_conda_py3.7_cu111_upload
-
binary_win_conda
:
cu_version
:
cu113
filters
:
...
...
@@ -4136,34 +3920,6 @@ workflows:
python_version
:
'
3.8'
requires
:
-
nightly_binary_win_conda_py3.8_cpu_upload
-
binary_win_conda
:
cu_version
:
cu111
filters
:
branches
:
only
:
nightly
tags
:
only
:
/v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name
:
nightly_binary_win_conda_py3.8_cu111
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_cu111_upload
requires
:
-
nightly_binary_win_conda_py3.8_cu111
-
smoke_test_win_conda
:
filters
:
branches
:
only
:
-
nightly
name
:
nightly_binary_win_conda_py3.8_cu111_smoke_test_conda
python_version
:
'
3.8'
requires
:
-
nightly_binary_win_conda_py3.8_cu111_upload
-
binary_win_conda
:
cu_version
:
cu113
filters
:
...
...
@@ -4248,34 +4004,6 @@ workflows:
python_version
:
'
3.9'
requires
:
-
nightly_binary_win_conda_py3.9_cpu_upload
-
binary_win_conda
:
cu_version
:
cu111
filters
:
branches
:
only
:
nightly
tags
:
only
:
/v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name
:
nightly_binary_win_conda_py3.9_cu111
python_version
:
'
3.9'
-
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.9_cu111_upload
requires
:
-
nightly_binary_win_conda_py3.9_cu111
-
smoke_test_win_conda
:
filters
:
branches
:
only
:
-
nightly
name
:
nightly_binary_win_conda_py3.9_cu111_smoke_test_conda
python_version
:
'
3.9'
requires
:
-
nightly_binary_win_conda_py3.9_cu111_upload
-
binary_win_conda
:
cu_version
:
cu113
filters
:
...
...
@@ -4360,34 +4088,6 @@ workflows:
python_version
:
'
3.10'
requires
:
-
nightly_binary_win_conda_py3.10_cpu_upload
-
binary_win_conda
:
cu_version
:
cu111
filters
:
branches
:
only
:
nightly
tags
:
only
:
/v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name
:
nightly_binary_win_conda_py3.10_cu111
python_version
:
'
3.10'
-
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.10_cu111_upload
requires
:
-
nightly_binary_win_conda_py3.10_cu111
-
smoke_test_win_conda
:
filters
:
branches
:
only
:
-
nightly
name
:
nightly_binary_win_conda_py3.10_cu111_smoke_test_conda
python_version
:
'
3.10'
requires
:
-
nightly_binary_win_conda_py3.10_cu111_upload
-
binary_win_conda
:
cu_version
:
cu113
filters
:
...
...
.circleci/regenerate.py
View file @
19d8987d
...
...
@@ -33,7 +33,7 @@ def build_workflows(prefix="", filter_branch=None, upload=False, indentation=6,
python_versions
=
PYTHON_VERSIONS
cu_versions_dict
=
{
"linux"
:
[
"cpu"
,
"cu102"
,
"cu111"
,
"cu113"
,
"cu115"
,
"rocm4.3.1"
,
"rocm4.5.2"
],
"win"
:
[
"cpu"
,
"cu111"
,
"cu113"
,
"cu115"
],
"win"
:
[
"cpu"
,
"cu113"
,
"cu115"
],
"macos"
:
[
"cpu"
],
}
cu_versions
=
cu_versions_dict
[
os_type
]
...
...
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