aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJohan Alfven <johan.alfven@arm.com>2023-02-14 15:20:03 +0100
committertim.hall <tim.hall@arm.com>2023-02-15 18:35:28 +0000
commitbfe6fe31cc462b8e3a9435f463835f2714da1903 (patch)
treef434596481b21514e43d687c74bf94481caf71c1 /setup.py
parentd0e41cf4c20a0f5780a8dd072df29bdb3267d960 (diff)
downloadethos-u-vela-bfe6fe31cc462b8e3a9435f463835f2714da1903.tar.gz
MLBEDSW-7347: MLCE: Split followed by elementwise op will assert
- The problem was that when the split slice read was moved to the tensor consumer, in this case an elementwise operator, this was not taken into account when the npu op for the element wise operator was created. The npu op was created with wrong ifm_width and ifm and ifm2 ended up with different sizes. As a result, broadcasting is expected but that is not True so the assert was triggered. - The fix is to use the ifm box in order to set the correct ifm_width for the npu operator. Change-Id: I3291d34e7f8e7add9caf2296cca600c60e96bf7e Signed-off-by: Johan Alfven <johan.alfven@arm.com>
Diffstat (limited to 'setup.py')
0 files changed, 0 insertions, 0 deletions