From 3755562c690809841647ad3b821c83f6dd798095 Mon Sep 17 00:00:00 2001 From: Jian Chen Date: Fri, 25 Oct 2024 21:09:07 -0400 Subject: [PATCH] Split DML test out of cuda --- .../ci_build/github/azure-pipelines/stages/py-win-gpu-stage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ci_build/github/azure-pipelines/stages/py-win-gpu-stage.yml b/tools/ci_build/github/azure-pipelines/stages/py-win-gpu-stage.yml index 50cf87c91e51..ca6eb1da084e 100644 --- a/tools/ci_build/github/azure-pipelines/stages/py-win-gpu-stage.yml +++ b/tools/ci_build/github/azure-pipelines/stages/py-win-gpu-stage.yml @@ -72,7 +72,7 @@ stages: - name: CUDA_MODULE_LOADING value: 'LAZY' - name: ep_name_alt - (parameters.EP_NAME, 'directml') }}: + ${{ if eq(parameters.EP_NAME, 'directml') }}: value: 'DML' ${{ else }}: value: 'CUDA'