aboutsummaryrefslogtreecommitdiff
path: root/ethosu/vela/high_level_command_stream_generator.py
diff options
context:
space:
mode:
authorPatrik Gustavsson <patrik.gustavsson@arm.com>2021-02-11 08:36:12 +0100
committerPatrik Gustavsson <patrik.gustavsson@arm.com>2021-02-11 15:02:22 +0100
commit2446e59a9083f36f85beb88fdec6379d90b85cad (patch)
tree11ec29acb69d8f9c49d4a339d0fb7686f71d9b2a /ethosu/vela/high_level_command_stream_generator.py
parente3b1b91c450129308a3a1d466a2f2876a5a872b1 (diff)
downloadethos-u-vela-2446e59a9083f36f85beb88fdec6379d90b85cad.tar.gz
MLBEDSW-3774 Fix avoid cascading for spilling
Fix avoid cascading for spilling. Signed-off-by: Patrik Gustavsson <patrik.gustavsson@arm.com> Change-Id: If86189bd1566eaa14387dfc2c02e3324ea6c184e
Diffstat (limited to 'ethosu/vela/high_level_command_stream_generator.py')
-rw-r--r--ethosu/vela/high_level_command_stream_generator.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/ethosu/vela/high_level_command_stream_generator.py b/ethosu/vela/high_level_command_stream_generator.py
index c2027e0f..1ce7e7e3 100644
--- a/ethosu/vela/high_level_command_stream_generator.py
+++ b/ethosu/vela/high_level_command_stream_generator.py
@@ -91,7 +91,6 @@ def generate_high_level_command_stream_for_pass(strat, passes, block_configs, id
ofm_start[concat_axis] = concat_start
ofm_end[concat_axis] = concat_end
concat_offset = concat_start
- ps.primary_op.memory_function = Op.ConcatSliceWrite
elif op.type.is_relu_op() or op.type in (Op.Tanh, Op.Sigmoid):
ps.primary_op.activation = create_activation_function(op.type)