Skip to content

v0.3: Gather 🔄 Scatter

Choose a tag to compare

@ashvardanian ashvardanian released this 20 Jan 09:58
· 228 commits to main since this release

This release introduces benchmarks for gather & scatter SIMD rarely-used instructions that can be used to accelerate lookups by ~30% on current x86 and Arm machines.

  • Serial
  • AVX-512 for x86
  • SVE for Arm

Minor

  • Add: SVE gather/scatter (107b359)
  • Add: Serial & AVX-512 scatter/gather (089cfa0)

Patch

  • Improve: Timing SVE (daa55f5)
  • Improve: Stabilize gather timings (3fca991)