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 ce3564f19ec90..5a37f7eeca5bb 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 @@ -106,7 +106,6 @@ jobs: onnxruntime_BUILD_KERNEL_EXPLORER=ON \ CMAKE_HIP_ARCHITECTURES=gfx90a \ --mpi_home /opt/ompi \ - --use_migraphx \ --use_rocm \ --rocm_version=$(RocmVersion) \ --rocm_home /opt/rocm \ @@ -195,7 +194,6 @@ jobs: onnxruntime_BUILD_KERNEL_EXPLORER=ON \ CMAKE_HIP_ARCHITECTURES=gfx90a \ --mpi_home /opt/ompi \ - --use_migraphx \ --use_rocm \ --rocm_version=$(RocmVersion) \ --rocm_home /opt/rocm \