From 0ea85cabc7e060a2e41e498dee38a4569e9496a9 Mon Sep 17 00:00:00 2001 From: Igor Zamyatin Date: Tue, 26 May 2026 15:41:42 -0500 Subject: [PATCH] [CI][Testing][SIMT] Update build folder for SIMT testing script --- scripts/run_xegpu_simt_integration_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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