Skip to content

Commit 822dd32

Browse files
committed
[NE16] add large Dense 3x3 conv benchmark for NE16 utilization test
Add a 64×64×32×32 Dense 3x3 RQ Conv test case (75M ops) to properly benchmark NE16 throughput. The existing Dense_2D_RQ test (16×16×8×8) is too small — NE16 dispatch overhead dominates at only 12.8% utilization. Also wire --enable-3x3 through deeployRunner gen_args.
1 parent ac3d172 commit 822dd32

4 files changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/_runner-gap9-w-ne16-tiled.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,9 @@ jobs:
6464
cd DeeployTest
6565
rm -rf TEST_GAP9_W_NE16/build_master
6666
for test in \
67+
"Tests/Kernels/Integer/Conv/Dense_2D_RQ_NE16Bench --l1 32000" \
6768
"Tests/Kernels/Integer/Conv/PW_2D_RQ/Regular_RQ --l1 32000" \
68-
"Tests/Kernels/Integer/Conv/PW_2D --l1 32000" \
69-
"Tests/Kernels/Integer/Conv/DW_2D_RQ --l1 32000" \
70-
"Tests/Kernels/Integer/Conv/Dense_2D_RQ --l1 32000" \
71-
"Tests/Kernels/Integer/Conv/StriddedPadded_2D_RQ --l1 32000"; do
69+
"Tests/Kernels/Integer/Conv/Dense_2D_RQ --l1 32000"; do
7270
dir=$(echo $test | awk '{print $1}')
7371
l1=$(echo $test | awk '{print $3}')
7472
echo "========================================"
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)