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
Arm backend: Fix FP8 conv and matmul TOSA lowering (pytorch#20219)
Lower FP8 MATMUL with FP16 accumulation for TOSA 1.0 and keep the cast
back to the exported graph dtype when the TOSA op widens the output.
Create and validate FP16 bias tensors for FP8 conv-family TOSA ops,
matching the TOSA output domain. This fixes invalid FP8 conv and matmul
TOSA lowering.
Change-Id: Ib2a12454e6df97535173eb8131c32c142a73544e
cc @digantdesai@freddan80@per@zingo@oscarandersson8218@mansnils@Sebastian-Larsson@robell@rascani
Signed-off-by: Yufeng Shi <yufeng.shi@arm.com>
0 commit comments