From 837c31c2912386e4cdfac36f019dd73620970715 Mon Sep 17 00:00:00 2001 From: Tim Hall Date: Wed, 24 Nov 2021 15:39:46 +0000 Subject: MLBEDSW-5507: Fix vela summary for passes - Removed the passes information as this was no longer correct or useful - Fixed the reporting of the number of CPU operators Signed-off-by: Tim Hall Change-Id: I80bf3f023de7d470af9aa5c6fe7bcb58c60ccd0b --- PERFORMANCE.md | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) (limited to 'PERFORMANCE.md') diff --git a/PERFORMANCE.md b/PERFORMANCE.md index 6bcfbbfe..9cd05b2d 100644 --- a/PERFORMANCE.md +++ b/PERFORMANCE.md @@ -18,8 +18,9 @@ Design peak Off-chip Flash bandwidth 0.50 GB/s Total SRAM used 0.95 KiB Total Off-chip Flash used 106.98 KiB -51 passes fused into 51 -0/106 (0.0%) operations falling back to the CPU +CPU operators = 0 (0.0%) +NPU operators = 44 (100.0%) + Average SRAM bandwidth 0.04 GB/s Input SRAM bandwidth 0.01 MB/batch Weight SRAM bandwidth 0.00 MB/batch @@ -115,15 +116,11 @@ system config and memory mode. ## Operator information -Information about cascading and operators. -The first line shows the number of passes (i.e. operations) and how many NPU -passes they have been fused or combined into. -The second line shows how many operators in the network are falling back to -the CPU (i.e. not supported by the NPU). +Information about the number of operators that will run on the CPU and NPU. ``` -51 passes fused into 51 -0/106 (0.0%) operations falling back to the CPU +CPU operators = 0 (0.0%) +NPU operators = 44 (100.0%) ``` ## Estimated memory bandwidth -- cgit v1.2.1