Skip to content

CFAVML-core v0.3.0

Latest
Compare
Choose a tag to compare
@ChillFish8 ChillFish8 released this 21 Aug 22:49
· 28 commits to main since this release
eae94af

What's Changed

  • CFAVML-NONE: Add simsimd back to distance benchmarks by @ChillFish8 in #7
  • CFAVML-2: Add cmp ops (eq/neq/lt/lte/gt/gte) by @ChillFish8 in #6

Breaking changes

  • Horizontal ops naming schemes changed from op_horizontal to just op to make it consistent with the existing aggregate ops like sum
  • AVX512 required CPU features now include avx512bw which means first gen avx512 servers like Skylake will fallback to AVX2 on the safe apis, and require updating target features if using the unsafe APIs.

Full Changelog: cfavml-v0.2.0...cfavml-v0.3.0