From 3016157e5099a50075d1a8b54d1b2cac2ee3899e Mon Sep 17 00:00:00 2001 From: Tim Hall Date: Thu, 17 Jun 2021 17:03:49 +0100 Subject: Block config optimisation for 256/512 configurations - 256 and 512 configuration variants execute 1D convolutions in an optimised manner compared to their 2x2 microblock dimensions. This commit takes this into account to improve Conv1D throughput on these configurations. Signed-off-by: Tim Hall Change-Id: I6ecdf6e4a219e356327b22f8393f50ee8817af23 --- ethosu/vela/test/test_architecture_allocator.py | 1 + 1 file changed, 1 insertion(+) (limited to 'ethosu/vela/test/test_architecture_allocator.py') diff --git a/ethosu/vela/test/test_architecture_allocator.py b/ethosu/vela/test/test_architecture_allocator.py index 94768fc1..a199e9d8 100644 --- a/ethosu/vela/test/test_architecture_allocator.py +++ b/ethosu/vela/test/test_architecture_allocator.py @@ -106,6 +106,7 @@ def test_allocate(test_data): Block.from_shape(config.ofm_block.as_list()), arch, block_type, + ofm_shape, ifm_shape, ifm2_shape, is_partkernel=config.is_partkernel, -- cgit v1.2.1