Skip to content
Snippets Groups Projects
Commit 8ec042fd authored by Thomas Müller-Höhne's avatar Thomas Müller-Höhne
Browse files

CI: fix Pascal binaries

Compute capability 70 was accidentally used instead of 61
parent fca81220
No related branches found
No related tags found
No related merge requests found
...@@ -89,12 +89,12 @@ jobs: ...@@ -89,12 +89,12 @@ jobs:
cuda: "11.5.1" cuda: "11.5.1"
arch: 70 arch: 70
python: "3.9" python: "3.9"
recommended_gpus: "GTX 1000 (Pascal)"
- os: windows-2019 - os: windows-2019
visual_studio: "Visual Studio 16 2019" visual_studio: "Visual Studio 16 2019"
cuda: "11.5.1" cuda: "11.5.1"
arch: 61 arch: 61
python: "3.8" python: "3.8"
recommended_gpus: "GTX 1000 (Pascal)"
- os: windows-2019 - os: windows-2019
visual_studio: "Visual Studio 16 2019" visual_studio: "Visual Studio 16 2019"
cuda: "11.5.1" cuda: "11.5.1"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment