From e8a520def7f399ec9d04265489d50e166ba1c6f9 Mon Sep 17 00:00:00 2001 From: peixuanzuo Date: Sat, 7 Oct 2023 08:05:06 +0000 Subject: [PATCH] update --- .../github/azure-pipelines/linux-migraphx-ci-pipeline.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/ci_build/github/azure-pipelines/linux-migraphx-ci-pipeline.yml b/tools/ci_build/github/azure-pipelines/linux-migraphx-ci-pipeline.yml index 352ee19a49108..054dbc537c345 100644 --- a/tools/ci_build/github/azure-pipelines/linux-migraphx-ci-pipeline.yml +++ b/tools/ci_build/github/azure-pipelines/linux-migraphx-ci-pipeline.yml @@ -36,7 +36,7 @@ variables: - name: render value: 109 - name: RocmVersion - value: 5.6 + value: 5.7 jobs: - job: Linux_Build @@ -99,6 +99,7 @@ jobs: ccache -s; \ python tools/ci_build/build.py \ --config Release \ + --enable_training \ --cmake_extra_defines \ CMAKE_HIP_COMPILER=/opt/rocm/llvm/bin/clang++ \ onnxruntime_BUILD_KERNEL_EXPLORER=OFF \