aboutsummaryrefslogtreecommitdiff
path: root/ethosu/vela/npu_performance.py
diff options
context:
space:
mode:
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