From f16dd8a0d5de6ce360695632f9b24c5dc7ac079f Mon Sep 17 00:00:00 2001 From: Yi Zhang Date: Fri, 20 Oct 2023 23:41:40 +0800 Subject: [PATCH] Disable dml stage in windows GPU pipeline temporarily. (#18034) ### Description ### Motivation and Context --- .../azure-pipelines/win-gpu-ci-pipeline.yml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/tools/ci_build/github/azure-pipelines/win-gpu-ci-pipeline.yml b/tools/ci_build/github/azure-pipelines/win-gpu-ci-pipeline.yml index 8796917afa37d..07b5388ea5cd2 100644 --- a/tools/ci_build/github/azure-pipelines/win-gpu-ci-pipeline.yml +++ b/tools/ci_build/github/azure-pipelines/win-gpu-ci-pipeline.yml @@ -70,23 +70,6 @@ stages: MachinePool: onnxruntime-Win2022-GPU-T4 isTraining: true -- stage: dml - dependsOn: [] - jobs: - - template: templates/jobs/win-ci-vs-2022-job.yml - parameters: - BuildConfig: 'RelWithDebInfo' - EnvSetupScript: setup_env.bat - buildArch: x64 - additionalBuildFlags: --enable_pybind --use_dml --enable_wcos --use_winml - msbuildPlatform: x64 - isX86: false - job_name_suffix: x64_RelWithDebInfo - RunOnnxRuntimeTests: ${{ parameters.RunOnnxRuntimeTests }} - ORT_EP_NAME: DML - WITH_CACHE: true - MachinePool: onnxruntime-Win2022-GPU-dml-A10 - - stage: kernelDocumentation dependsOn: [] jobs: