aboutsummaryrefslogtreecommitdiff
path: root/ethosu/vela/npu_performance.py
diff options
context:
space:
mode:
authorTim Hall <tim.hall@arm.com>2020-06-09 13:17:21 +0100
committerTim Hall <tim.hall@arm.com>2020-06-18 17:53:52 +0100
commit284223e8e086dc6c7b7f1edf3b3555401e3d0a96 (patch)
treee7192f267b2c8f0b8eac027bc1fe0530cce1b592 /ethosu/vela/npu_performance.py
parentf1b67deadf80db5c7c65d5a31737e57047fff533 (diff)
downloadethos-u-vela-284223e8e086dc6c7b7f1edf3b3555401e3d0a96.tar.gz
MLBEDSW-2471: Remove unused CLI options
- Removed --inter-pass-cycle-delay - Removed --dram-bandwidth - Removed --batch-size Signed-off-by: Tim Hall <tim.hall@arm.com> Change-Id: Ib613f47a9e911c652e522b5aa9ec58ae5391b0fd
Diffstat (limited to 'ethosu/vela/npu_performance.py')
-rw-r--r--ethosu/vela/npu_performance.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/ethosu/vela/npu_performance.py b/ethosu/vela/npu_performance.py
index 57a72a6a..abe7134d 100644
--- a/ethosu/vela/npu_performance.py
+++ b/ethosu/vela/npu_performance.py
@@ -492,7 +492,6 @@ def calc_performance_for_network(nng, arch):
total_bws += bws
total_macs += macs
total_cycles += cycles
- total_cycles += arch.inter_pass_cycle_delay
nng.bandwidths = total_bws
nng.macs = total_macs