aboutsummaryrefslogtreecommitdiff
path: root/ethosu/vela/test
diff options
context:
space:
mode:
authorTim Hall <tim.hall@arm.com>2021-06-17 17:03:49 +0100
committerTim Hall <tim.hall@arm.com>2021-06-17 17:03:49 +0100
commit3016157e5099a50075d1a8b54d1b2cac2ee3899e (patch)
treee51fc057e07362720d6082bbff7ff20957b49bd7 /ethosu/vela/test
parent789e6f3acd1a377dfba80aa18d513579fd33fc93 (diff)
downloadethos-u-vela-3016157e5099a50075d1a8b54d1b2cac2ee3899e.tar.gz
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 <tim.hall@arm.com> Change-Id: I6ecdf6e4a219e356327b22f8393f50ee8817af23
Diffstat (limited to 'ethosu/vela/test')
-rw-r--r--ethosu/vela/test/test_architecture_allocator.py1
1 files changed, 1 insertions, 0 deletions
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,