aboutsummaryrefslogtreecommitdiff
path: root/ethosu/vela/high_level_command_stream_generator.py
diff options
context:
space:
mode:
authorPatrik Gustavsson <patrik.gustavsson@arm.com>2020-11-03 13:07:40 +0100
committerPatrik Gustavsson <patrik.gustavsson@arm.com>2020-11-06 08:34:25 +0100
commitfad90c2db9e1b3f19f3a3700b17cf69ed08aea04 (patch)
tree5fbdec33e86721fea95efbf8236052fdf0c0c88d /ethosu/vela/high_level_command_stream_generator.py
parent65fd99830a762b2c59aaa446b55cbfa43a92f8ba (diff)
downloadethos-u-vela-fad90c2db9e1b3f19f3a3700b17cf69ed08aea04.tar.gz
MLBEDSW-3212 Remove CLI opt ifm-ofm-overlap
Removed the CLI opt ifm-ofm-overlap Signed-off-by: Patrik Gustavsson <patrik.gustavsson@arm.com> Change-Id: I23faa0d10c3e71972c543e22e8155086fce73556
Diffstat (limited to 'ethosu/vela/high_level_command_stream_generator.py')
-rw-r--r--ethosu/vela/high_level_command_stream_generator.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/ethosu/vela/high_level_command_stream_generator.py b/ethosu/vela/high_level_command_stream_generator.py
index 3e3cda19..01fab0e8 100644
--- a/ethosu/vela/high_level_command_stream_generator.py
+++ b/ethosu/vela/high_level_command_stream_generator.py
@@ -394,7 +394,3 @@ def calc_allowed_ofm_ifm_overlap_for_pass_list(strat, passes, block_configs):
min_overlap = max(min_overlap, 0)
return min_overlap
-
-
-def calc_allowed_ofm_ifm_overlap_for_cascaded_pass(cps):
- return calc_allowed_ofm_ifm_overlap_for_pass_list(cps.strategy, cps.passes, [ps.block_config for ps in cps.passes])