Skip to content
Commit ae708a2f authored by Johan Gunnarsson's avatar Johan Gunnarsson Committed by Fredrik Svedberg
Browse files

MLBEDSW-10573: Fix buffered weights and unbuffered scales



When two convolution ops share the same weight tensor, but have
different bias tensor or output scaling, we can end up with a
convolution op that has buffered weights and unbuffered scales. In this
case we didn't properly handle depth slicing of the scales tensor. The
SCALE_BASE register was always set to the first slice of encoded scales.

Also change high level command stream log output to print addresses
as hex values.

Signed-off-by: Johan Gunnarsson's avatarJohan Gunnarsson <johan.gunnarsson@arm.com>
Change-Id: I59c067e36e9c67c84b885bfa72380354c3707591
parent 0afd22cd
Loading
Loading
Loading
Pipeline #24973 passed with stages
in 14 minutes and 35 seconds
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