From df1d01f85349540177725ea2615b06a499bc1bdc Mon Sep 17 00:00:00 2001 From: Raymond Yang Date: Tue, 27 Nov 2018 15:47:08 -0800 Subject: [PATCH] Update CI configs to test mkldnn --- tools/ci_build/github/azure-pipelines/azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ci_build/github/azure-pipelines/azure-pipelines.yml b/tools/ci_build/github/azure-pipelines/azure-pipelines.yml index 7bfeff5b74..d708b1d20c 100644 --- a/tools/ci_build/github/azure-pipelines/azure-pipelines.yml +++ b/tools/ci_build/github/azure-pipelines/azure-pipelines.yml @@ -44,7 +44,7 @@ jobs: - task: BatchScript@1 inputs: filename: build.bat - arguments: ' --enable_onnx_tests' + arguments: ' --enable_onnx_tests --use_mkldnn' workingFolder: "$(Build.SourcesDirectory)" - task: CmdLine@1