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: Add FP8 support for gather/scatter-based composite ops
Support FP8 tensors for the following composite ops:
- TOSA GATHER: embedding, index_select, index.Tensor, unfold_copy
- TOSA SCATTER: index_put, index_copy, slice_scatter
Run all FP8 tests through the TOSA reference model. For ops without
eager CPU FP8 support, only execute the TOSA reference model; otherwise
keep the default output comparison against eager.
Change-Id: I3d81cd6dd426f16b5f2db8937228cad12184b6a6
Signed-off-by: Yufeng Shi <yufeng.shi@arm.com>
0 commit comments