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
b094075c
Unverified
Commit
b094075c
authored
Feb 01, 2023
by
Andrey Talman
Committed by
GitHub
Feb 01, 2023
Browse files
Deprecate CUDA 11.6 from CI, move to 11.7 (#7163)
parent
82c51c48
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
13 additions
and
12 deletions
+13
-12
.circleci/config.yml
.circleci/config.yml
+1
-1
.circleci/config.yml.in
.circleci/config.yml.in
+1
-1
.circleci/unittest/windows/scripts/install.sh
.circleci/unittest/windows/scripts/install.sh
+2
-1
.github/workflows/prototype-tests-linux-gpu.yml
.github/workflows/prototype-tests-linux-gpu.yml
+7
-7
.github/workflows/test-linux-gpu.yml
.github/workflows/test-linux-gpu.yml
+2
-2
No files found.
.circleci/config.yml
View file @
b094075c
...
...
@@ -855,7 +855,7 @@ jobs:
executor
:
name
:
windows-gpu
environment
:
CUDA_VERSION
:
"
11.
6
"
CUDA_VERSION
:
"
11.
7
"
PYTHON_VERSION
:
<< parameters.python_version >>
steps
:
-
checkout
...
...
.circleci/config.yml.in
View file @
b094075c
...
...
@@ -855,7 +855,7 @@ jobs:
executor:
name: windows-gpu
environment:
CUDA_VERSION: "11.
6
"
CUDA_VERSION: "11.
7
"
PYTHON_VERSION: << parameters.python_version >>
steps:
- checkout
...
...
.circleci/unittest/windows/scripts/install.sh
View file @
b094075c
#!/usr/bin/env bash
unset
PYTORCH_VERSION
...
...
@@ -24,7 +25,7 @@ else
fi
cuda_toolkit_pckg
=
"cudatoolkit"
if
[[
$CUDA_VERSION
==
11.6
||
$CUDA_VERSION
==
11.7
]]
;
then
if
[[
$CUDA_VERSION
==
11.6
||
$CUDA_VERSION
==
11.7
||
$CUDA_VERSION
==
11.8
]]
;
then
cuda_toolkit_pckg
=
"pytorch-cuda"
fi
...
...
.github/workflows/prototype-tests-linux-gpu.yml
View file @
b094075c
...
...
@@ -17,7 +17,7 @@ jobs:
include
:
-
python-version
:
"
3.8"
gpu-arch-type
:
cuda
gpu-arch-version
:
"
11.
6
"
gpu-arch-version
:
"
11.
7
"
runner
:
linux.4xlarge.nvidia.gpu
fail-fast
:
false
uses
:
pytorch/test-infra/.github/workflows/linux_job.yml@main
...
...
.github/workflows/test-linux-gpu.yml
View file @
b094075c
...
...
@@ -17,7 +17,7 @@ jobs:
strategy
:
matrix
:
python_version
:
[
"
3.8"
]
cuda_arch_version
:
[
"
11.
6
"
]
cuda_arch_version
:
[
"
11.
7
"
]
fail-fast
:
false
uses
:
pytorch/test-infra/.github/workflows/linux_job.yml@main
with
:
...
...
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