From 98e055b5e44f3d034322454f1e665e4ded8bc9fb Mon Sep 17 00:00:00 2001 From: Hemant Jain Date: Fri, 29 Jan 2021 17:08:09 -0800 Subject: [PATCH] fix skip of nomodel batch1 plan (#2474) --- qa/L0_perf_nomodel/run_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/L0_perf_nomodel/run_test.sh b/qa/L0_perf_nomodel/run_test.sh index 89997bcfd9..83a501889e 100755 --- a/qa/L0_perf_nomodel/run_test.sh +++ b/qa/L0_perf_nomodel/run_test.sh @@ -77,7 +77,7 @@ for BACKEND in $BACKENDS; do fi # plan model support max batch size of 32 only. Skip for 16MB I/O tests - if [ $BACKEND == "plan" ]; then + if [ $BACKEND == "plan" ] && [ $TENSOR_SIZE != 1 ]; then continue fi