From 4ddb5bd69352e47161bde44e6b07cfc61a8a3f49 Mon Sep 17 00:00:00 2001 From: "Wang, Chuanqi" Date: Fri, 16 Aug 2024 10:24:47 +0800 Subject: [PATCH] Remove no skip for e2e test cmd (#751) Fix issues https://github.com/intel/torch-xpu-ops/issues/704 & https://github.com/intel/torch-xpu-ops/issues/703 --- .github/scripts/inductor_xpu_test.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/scripts/inductor_xpu_test.sh b/.github/scripts/inductor_xpu_test.sh index 2f22686fe..b1f7f421c 100644 --- a/.github/scripts/inductor_xpu_test.sh +++ b/.github/scripts/inductor_xpu_test.sh @@ -60,6 +60,6 @@ fi ulimit -n 1048576 ZE_AFFINITY_MASK=${CARD} \ - python benchmarks/dynamo/${SUITE}.py --${SCENARIO} --${Real_DT} -d ${DEVICE} -n10 --no-skip --dashboard \ - ${DT_extra} ${Mode_extra} ${Shape_extra} ${partition_flags} ${Model_only_extra} --backend=inductor --timeout=10800 \ + python benchmarks/dynamo/${SUITE}.py --${SCENARIO} --${Real_DT} -d ${DEVICE} -n10 ${DT_extra} ${Mode_extra} \ + ${Shape_extra} ${partition_flags} ${Model_only_extra} --backend=inductor --cold-start-latency --timeout=10800 \ --output=${LOG_DIR}/${LOG_NAME}.csv 2>&1 | tee ${LOG_DIR}/${LOG_NAME}_card${CARD}.log