mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 12:20:52 +01:00
Fix CUDA 11.2 jobs for Windows (#54955)
Summary: Fixes https://github.com/pytorch/pytorch/pull/54589#issuecomment-810255467 Pull Request resolved: https://github.com/pytorch/pytorch/pull/54955 Reviewed By: walterddr Differential Revision: D27434722 Pulled By: agolynski fbshipit-source-id: b99f24be679da65e5894e1a21e3cb2a62320fdda
This commit is contained in:
parent
728d18f976
commit
75ed6fbd91
|
|
@ -9327,8 +9327,8 @@ workflows:
|
|||
name: pytorch_windows_vs2019_py36_cuda11.2_build
|
||||
python_version: "3.6"
|
||||
use_cuda: "1"
|
||||
vc_product: Community
|
||||
vc_version: ""
|
||||
vc_product: BuildTools
|
||||
vc_version: "14.28.29333"
|
||||
vc_year: "2019"
|
||||
- pytorch_windows_test:
|
||||
build_environment: pytorch-win-vs2019-cuda11-cudnn8-py3
|
||||
|
|
@ -9340,8 +9340,8 @@ workflows:
|
|||
- pytorch_windows_vs2019_py36_cuda11.2_build
|
||||
test_name: pytorch-windows-test1
|
||||
use_cuda: "1"
|
||||
vc_product: Community
|
||||
vc_version: ""
|
||||
vc_product: BuildTools
|
||||
vc_version: "14.28.29333"
|
||||
vc_year: "2019"
|
||||
- pytorch_windows_test:
|
||||
build_environment: pytorch-win-vs2019-cuda11-cudnn8-py3
|
||||
|
|
@ -9353,8 +9353,8 @@ workflows:
|
|||
- pytorch_windows_vs2019_py36_cuda11.2_build
|
||||
test_name: pytorch-windows-test2
|
||||
use_cuda: "1"
|
||||
vc_product: Community
|
||||
vc_version: ""
|
||||
vc_product: BuildTools
|
||||
vc_version: "14.28.29333"
|
||||
vc_year: "2019"
|
||||
|
||||
# The following allows these jobs to run on ci-all and release branches
|
||||
|
|
@ -9427,8 +9427,8 @@ workflows:
|
|||
- pytorch_windows_vs2019_py36_cuda11.2_build
|
||||
test_name: pytorch-windows-test1
|
||||
use_cuda: "1"
|
||||
vc_product: Community
|
||||
vc_version: ""
|
||||
vc_product: BuildTools
|
||||
vc_version: "14.28.29333"
|
||||
vc_year: "2019"
|
||||
filters:
|
||||
branches:
|
||||
|
|
@ -9445,8 +9445,8 @@ workflows:
|
|||
- pytorch_windows_vs2019_py36_cuda11.2_build
|
||||
test_name: pytorch-windows-test2
|
||||
use_cuda: "1"
|
||||
vc_product: Community
|
||||
vc_version: ""
|
||||
vc_product: BuildTools
|
||||
vc_version: "14.28.29333"
|
||||
vc_year: "2019"
|
||||
filters:
|
||||
branches:
|
||||
|
|
|
|||
|
|
@ -37,8 +37,8 @@
|
|||
name: pytorch_windows_vs2019_py36_cuda11.2_build
|
||||
python_version: "3.6"
|
||||
use_cuda: "1"
|
||||
vc_product: Community
|
||||
vc_version: ""
|
||||
vc_product: BuildTools
|
||||
vc_version: "14.28.29333"
|
||||
vc_year: "2019"
|
||||
- pytorch_windows_test:
|
||||
build_environment: pytorch-win-vs2019-cuda11-cudnn8-py3
|
||||
|
|
@ -50,8 +50,8 @@
|
|||
- pytorch_windows_vs2019_py36_cuda11.2_build
|
||||
test_name: pytorch-windows-test1
|
||||
use_cuda: "1"
|
||||
vc_product: Community
|
||||
vc_version: ""
|
||||
vc_product: BuildTools
|
||||
vc_version: "14.28.29333"
|
||||
vc_year: "2019"
|
||||
- pytorch_windows_test:
|
||||
build_environment: pytorch-win-vs2019-cuda11-cudnn8-py3
|
||||
|
|
@ -63,8 +63,8 @@
|
|||
- pytorch_windows_vs2019_py36_cuda11.2_build
|
||||
test_name: pytorch-windows-test2
|
||||
use_cuda: "1"
|
||||
vc_product: Community
|
||||
vc_version: ""
|
||||
vc_product: BuildTools
|
||||
vc_version: "14.28.29333"
|
||||
vc_year: "2019"
|
||||
|
||||
# The following allows these jobs to run on ci-all and release branches
|
||||
|
|
@ -137,8 +137,8 @@
|
|||
- pytorch_windows_vs2019_py36_cuda11.2_build
|
||||
test_name: pytorch-windows-test1
|
||||
use_cuda: "1"
|
||||
vc_product: Community
|
||||
vc_version: ""
|
||||
vc_product: BuildTools
|
||||
vc_version: "14.28.29333"
|
||||
vc_year: "2019"
|
||||
filters:
|
||||
branches:
|
||||
|
|
@ -155,8 +155,8 @@
|
|||
- pytorch_windows_vs2019_py36_cuda11.2_build
|
||||
test_name: pytorch-windows-test2
|
||||
use_cuda: "1"
|
||||
vc_product: Community
|
||||
vc_version: ""
|
||||
vc_product: BuildTools
|
||||
vc_version: "14.28.29333"
|
||||
vc_year: "2019"
|
||||
filters:
|
||||
branches:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user