aboutsummaryrefslogtreecommitdiff
path: root/ethosu/vela/register_command_stream_generator.py
diff options
context:
space:
mode:
authorLouis Verhaard <louis.verhaard@arm.com>2021-03-30 10:18:28 +0200
committerLouis Verhaard <louis.verhaard@arm.com>2021-03-30 16:15:11 +0200
commit226ecaf4561f421206d1593eac0fa57dd56db82e (patch)
tree539c69b7f61d0d9452ec1554c861677dfb6a480e /ethosu/vela/register_command_stream_generator.py
parent3438c929528583bc019055ad7057c08271b0cee7 (diff)
downloadethos-u-vela-226ecaf4561f421206d1593eac0fa57dd56db82e.tar.gz
Performance improvement in tensor allocation
- Tensor allocation verification was O(N^2), is now closer to O(N) - Removed a sort in HillClimb allocator Change-Id: I286a269881490c485cc2b0eeab3b1ecffa8f3df0 Signed-off-by: Louis Verhaard <louis.verhaard@arm.com>
Diffstat (limited to 'ethosu/vela/register_command_stream_generator.py')
-rw-r--r--ethosu/vela/register_command_stream_generator.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/ethosu/vela/register_command_stream_generator.py b/ethosu/vela/register_command_stream_generator.py
index 65801b82..733be590 100644
--- a/ethosu/vela/register_command_stream_generator.py
+++ b/ethosu/vela/register_command_stream_generator.py
@@ -86,7 +86,6 @@ from .register_command_stream_util import Watermark
from .shared_buffer_allocation import find_suitable_block_configs
from .shared_buffer_allocation import shared_buffer_allocation_for_npu_op
from .shared_buffer_allocation import SharedBufferAllocation
-from ethosu.vela.errors import VelaError
class RegisterMachine: