From 1e17018d1aabff6b2a4cc5e8e3758678347b84c5 Mon Sep 17 00:00:00 2001 From: Louis Verhaard Date: Thu, 26 Nov 2020 11:42:04 +0100 Subject: MLBEDSW-3643: Refactor blockdep calculation Moved blockdep calculation and other helper functions for code generation to a separate file. Change-Id: I2f8ccea478654272ebf42217fc5c1800e9ad177a Signed-off-by: Louis Verhaard --- ethosu/vela/shared_buffer_allocation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ethosu/vela/shared_buffer_allocation.py') diff --git a/ethosu/vela/shared_buffer_allocation.py b/ethosu/vela/shared_buffer_allocation.py index ee559625..21b048bc 100644 --- a/ethosu/vela/shared_buffer_allocation.py +++ b/ethosu/vela/shared_buffer_allocation.py @@ -28,10 +28,10 @@ from .architecture_features import SharedBufferArea from .architecture_features import SHRAMElements from .errors import VelaError from .ethos_u55_regs.ethos_u55_regs import resampling_mode -from .high_level_command_to_npu_op import to_kernel from .operation import Kernel from .operation import NpuBlockType from .range_set import MemoryRangeSet +from .register_command_stream_util import to_kernel from .tensor import MemArea -- cgit v1.2.1