Skip to content

Simd v6.2.157

Choose a tag to compare

@ermig1979 ermig1979 released this 02 Jan 14:23
· 101 commits to master since this release

Algorithms

New features
  • Function Simd::Resize for Simd::Frame.
  • Base implementation of function DrawLine.
  • Base implementation of function DrawRectangle.
  • Base implementation of function FontInit.
  • Base implementation of function FontResize.
  • Base implementation of function FontHeight.
  • Base implementation of function FontMeasure.
  • Base implementation of function FontDraw.
Improving
  • Base implementation, AMX-BF16 optimizations of class SynetConvolution16bNhwcGemmV1.
  • AVX-512BW optimizations of function SynetPoolingMax32f (case of SynetPoolingMax32f2DNhwcSolid2x2).
  • AVX-512BW optimizations of function SynetMergedConvolution32f (InputConvolution1x1).
  • AVX-512BW optimizations of function SynetMergedConvolution32f (DepthwiseConvolution_k3p1d1s1w6).
  • Simd::DrawLine uses SimdDrawLine instead its own implementation.
  • Simd::DrawRectangle uses SimdDrawRectangle instead its own implementation.
  • Simd::Font uses functions SimdFontInit, SimdFontResize, SimdFontHeight, SimdFontMeasure, SimdFontDraw instead of its own implementation.

Python wrapper

New features
  • Function Simd.ResizeFrame.
  • Function Simd.ResizedFrame.
  • Yuv444p member to Simd.FrameFormat enumeration.
  • Method Simd.ImageFrame.Save.
  • Method Simd.ImageFrame.Load.
  • Function Simd.Lib.StretchGray2x2.
  • Function Simd.StretchGray2x2.
  • Function Simd.Lib.BgraToYuv444p.
  • Function Simd.Lib.Yuv444pToRgb.
  • Function Simd.Lib.ReduceGray2x2.
  • Function Simd.ReduceGray2x2.
  • Function Simd.Lib.BgrToYuv444p.
  • Function Simd.Lib.BgraToYuv444p.
  • Function Simd.Lib.Yuv444pToBgr.
  • Function Simd.Lib.Yuv444pToRgba.
  • Function Simd.Lib.DrawLine.
  • Method Simd.Image.DrawLine.
  • Function Simd.Lib.DrawRectangle.
  • Method Simd.Image.DrawRectangle.
  • Function Simd.Lib.FontInit.
  • Function Simd.Lib.FontResize.
  • Function Simd.Lib.FontHeight.
  • Function Simd.Lib.FontMeasure.
  • Function Simd.Lib.FontDraw.
  • Class Simd.TextFont.
  • Method Simd.Image.DrawFilledRectangle.
Improving
  • Support of Simd.FrameFormat.Yuv444p in method Simd.ImageFrame.Recreate.
  • Support of Simd.FrameFormat.Yuv444p in method Simd.ImageFrame.Convert.
Bug fixing
  • Error in method Simd.Frame.Convert.
Renaming
  • Function Simd.Resize to Simd.ResizeImage.
  • Function Simd.Resized to Simd.ResizedImage.

Test framework

New features
  • Tests for verifying functionality of function DrawLine.
  • Tests for verifying functionality of function DrawRectangle.
Bug fixing
  • Error in method Test::PerformanceMeasurerStorage::Clear.