VectorSimilarity
VectorSimilarity copied to clipboard
Add SVE/SVE2 support for uint8 and int8 data type [MOD-9080]
This PR add int8 and uint8 support for SVE & SVE2 ARM cpu flags.
Important note
- SVE2 has no improvements to offer comparing to SVE in regard for Inner Product calculation, so it uses the same function.
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 96.35%. Comparing base (
1e08ea4) to head (5d3631a). Report is 1 commits behind head on main.
Additional details and impacted files
@@ Coverage Diff @@
## main #619 +/- ##
==========================================
+ Coverage 96.31% 96.35% +0.03%
==========================================
Files 107 107
Lines 5759 5759
==========================================
+ Hits 5547 5549 +2
+ Misses 212 210 -2
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
:rocket: New features to boost your workflow:
- :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
Successfully created backport PR for 8.0:
- #649