Skip to content

Commit 99b8dca

Browse files
authored
Disable dml stage in windows GPU pipeline temporarily. (#18034)
### Description <!-- Describe your changes. --> ### Motivation and Context <!-- - Why is this change required? What problem does it solve? - If it fixes an open issue, please link to the issue here. -->
1 parent 35ecce4 commit 99b8dca

1 file changed

Lines changed: 0 additions & 17 deletions

File tree

tools/ci_build/github/azure-pipelines/win-gpu-ci-pipeline.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -70,23 +70,6 @@ stages:
7070
MachinePool: onnxruntime-Win2022-GPU-T4
7171
isTraining: true
7272

73-
- stage: dml
74-
dependsOn: []
75-
jobs:
76-
- template: templates/jobs/win-ci-vs-2022-job.yml
77-
parameters:
78-
BuildConfig: 'RelWithDebInfo'
79-
EnvSetupScript: setup_env.bat
80-
buildArch: x64
81-
additionalBuildFlags: --enable_pybind --use_dml --enable_wcos --use_winml
82-
msbuildPlatform: x64
83-
isX86: false
84-
job_name_suffix: x64_RelWithDebInfo
85-
RunOnnxRuntimeTests: ${{ parameters.RunOnnxRuntimeTests }}
86-
ORT_EP_NAME: DML
87-
WITH_CACHE: true
88-
MachinePool: onnxruntime-Win2022-GPU-dml-A10
89-
9073
- stage: kernelDocumentation
9174
dependsOn: []
9275
jobs:

0 commit comments

Comments
 (0)