Skip to content

Simd v5.3.128

Compare
Choose a tag to compare
@ermig1979 ermig1979 released this 01 Aug 10:13
· 513 commits to master since this release

Algorithms

New features
  • Support of SimdCpuInfoRam in function SimdCpuInfo.
  • Support of SimdCpuInfoRam in function Simd::PrintInfo.
  • Base implementation of function SimdCpuDesc.
  • Base implementation of SynetGridSample2dRef class.
  • Base implementation, SSE4.1, AVX2 optimizations of SynetGridSample2d32fBlZ class.
Bug fixing
  • Error in AVX-512VNNI optimizations of class SynetMergedConvolution8iCdc.
  • Error in AVX-512VNNI optimizations of class SynetMergedConvolution8iCd.
  • Error in AVX-512VNNI optimizations of class SynetMergedConvolution8iDc.
  • Error (assert) in Base implementation of class ResizerNearest.
  • Error in SSE4.1, AVX, AVX2, AVX-512BW optimizations of class SynetMergedConvolution32fCd.

Test framework

New features
  • Tests for verifying functionality of SynetGridSample2d engine.
Improving
  • WIN32 performance report.

Infrastructure

New features
  • Github actions script for CMake (build and test for GCC-13 (instead of GCC-12), Linux).

Documentation

Bug fixing
  • Wrong description of function SimdDescrIntInit.