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 5a37f7eeca5bb..0b7ce03b46339 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 @@ -228,7 +228,7 @@ jobs: -e KERNEL_EXPLORER_BUILD_DIR=/build/Release \ -e KERNEL_EXPLORER_BATCHED_GEMM_MAX_BATCH_SIZE=8 \ -e KERNEL_EXPLORER_TEST_USE_CUPY=1 \ - --workdir /build/Release \ + -e CUPY_CACHE_DIR=/build/Release \ onnxruntimerocm-cibuild-rocm$(RocmVersion) \ pytest /onnxruntime_src/onnxruntime/python/tools/kernel_explorer/ -n 4 --reruns 1 --durations=100 workingDirectory: $(Build.SourcesDirectory)