Skip to content

Commit

Permalink
Remove no skip for e2e test cmd (#751)
Browse files Browse the repository at this point in the history
Fix issues #704 &
#703
  • Loading branch information
chuanqi129 authored Aug 16, 2024
1 parent eb43a94 commit 4ddb5bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/scripts/inductor_xpu_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4ddb5bd

Please sign in to comment.