Skip to content
Commit eaaf9dd8 authored by Johan Gunnarsson's avatar Johan Gunnarsson
Browse files

MLBEDSW-10619: Fix unbuffered weights regression



This fixes unbuffered weights for multicore configurations of
Ethos-U85. Unbuffered weights are never depth sliced so we
should never add range.offset. On Ethos-U55, range.offset is
always 0 for unbuffered weights so it didn't matter. On Ethos-U85
multicore configurations, range.offset is not always 0 even for
unbuffered weights so that caused the address to be offset too
much.

This commit partially reverts commit ae708a2f.

Signed-off-by: Johan Gunnarsson's avatarJohan Gunnarsson <johan.gunnarsson@arm.com>
Change-Id: I212626773512aeeb8709be71a5627b29428dec58
parent a2b64477
Loading
Loading
Loading
Pipeline #25026 canceled with stages
in 15 seconds