VectorSimilarity icon indicating copy to clipboard operation
VectorSimilarity copied to clipboard

Add SVE/SVE2 support for uint8 and int8 data type [MOD-9080]

Open lerman25 opened this issue 9 months ago • 1 comments

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.

lerman25 avatar Mar 27 '25 14:03 lerman25

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.

codecov[bot] avatar Mar 30 '25 13:03 codecov[bot]

Successfully created backport PR for 8.0:

  • #649

github-actions[bot] avatar Apr 09 '25 14:04 github-actions[bot]