You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Make sure BN-fusing pass is run before decomposition pass as folding
is more efficient then decomposition.
- Skip FuseBatchNorm2dPass for bf16 batchnorm outputs as folding
conv+batchnorm into bf16 conv weights introduces larger numerical error
than the unfused path, which caused regressions in bf16 tests.
- Add a regression test covering the bf16 non-fusion behavior.
- Fix the bias placeholder validation in the pass to check the bias
node instead of the weight node.
Signed-off-by: Oscar Andersson <oscar.andersson@arm.com>
Change-Id: I62b34ab70bfa537bd0ee9fa664433d6ccb279a09
0 commit comments