Skip to content
Commit 2e0d490c authored by Johan Gunnarsson's avatar Johan Gunnarsson Committed by Johan Alfvén
Browse files

MLBEDSW-10158: Don't allocate fast memory for cross-CPU tensors



A cross-CPU tensor is a tensor with a live range that covers two
command streams, potentially with a CPU op in between them. In a
multi-threaded setup, the fast storage is not guaranteed to be
left unchanged between the execution of the command streams.

This patch can have a negative performance impact for networks
with multiple command streams.

Signed-off-by: Johan Gunnarsson's avatarJohan Gunnarsson <johan.gunnarsson@arm.com>
Change-Id: I1cc8f51bf5c1b01e212dedc86c9cd2a415648ec0
parent a570a6ba
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment