aboutsummaryrefslogtreecommitdiff
path: root/ethosu/vela/scheduler.py
diff options
context:
space:
mode:
authorTim Hall <tim.hall@arm.com>2021-05-17 22:57:46 +0100
committertim.hall <tim.hall@arm.com>2021-05-21 15:42:06 +0000
commit64556f32ff7bfca6036a6598034464b13b64a4ef (patch)
treeedf438352185ce88beddbd7f8a2ac62f459aacaa /ethosu/vela/scheduler.py
parent0fe2209156719ff0c17fab604dee3fef7d8b8fd7 (diff)
downloadethos-u-vela-64556f32ff7bfca6036a6598034464b13b64a4ef.tar.gz
MLBEDSW-4219: Add tensor allocation info to summary
- Moved new tensor allocation info under --verbose-allocation flag - Tidied up and added histogram to --verbose--allocation print Signed-off-by: Tim Hall <tim.hall@arm.com> Change-Id: I76fb5187319aedf86f599f57b766220cafc17326
Diffstat (limited to 'ethosu/vela/scheduler.py')
-rw-r--r--ethosu/vela/scheduler.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/ethosu/vela/scheduler.py b/ethosu/vela/scheduler.py
index 91bad46c..65d3313b 100644
--- a/ethosu/vela/scheduler.py
+++ b/ethosu/vela/scheduler.py
@@ -528,7 +528,6 @@ class DynamicProgrammingScheduler:
strat_set.bws,
self.nng.batch_size,
memory_used,
- self.sg.min_mem_usage,
len(self.sg.passes),
len(strat_set.strats),
)