diff --git a/scripts/run_xegpu_simt_integration_tests.sh b/scripts/run_xegpu_simt_integration_tests.sh index d286fd43d..2f0424d3c 100755 --- a/scripts/run_xegpu_simt_integration_tests.sh +++ b/scripts/run_xegpu_simt_integration_tests.sh @@ -202,7 +202,7 @@ if [ "$USE_PREBUILT_LLVM" = false ]; then BUILD_DIR="$LLVM_PROJECT_PATH/build_integration_xegpu" else cd "$IMEX_PROJECT_PATH" - BUILD_DIR="$IMEX_PROJECT_PATH/build" + BUILD_DIR="$IMEX_PROJECT_PATH/build_simt_imex" fi if [ -d "$BUILD_DIR" ]; then