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
feat: add remaining Float16 specializations for simd calculation (#78)
This PR adds the remaining `Float16` specializations for
`CosineSimilarityImpl`, resulting in SIMD ops being used instead of the
generic reference implementation in some of the test cases.
0 commit comments