From 579dd37be221daec7e8aad0e6763a07b03704ac3 Mon Sep 17 00:00:00 2001 From: Yermalayeu Ihar Date: Thu, 26 Dec 2024 13:51:58 +0300 Subject: [PATCH] +add SSE4.1 optimizations of class ResizerBf16Bilinear. --- docs/2025.html | 2 +- src/Simd/SimdResizer.h | 9 +++ src/Simd/SimdSse41Resizer.cpp | 2 + src/Simd/SimdSse41ResizerBilinear.cpp | 86 +++++++++++++++++++++++++++ src/Test/TestResize.cpp | 24 ++++---- 5 files changed, 110 insertions(+), 13 deletions(-) diff --git a/docs/2025.html b/docs/2025.html index 9d5044e3e3..f9989315ef 100644 --- a/docs/2025.html +++ b/docs/2025.html @@ -46,7 +46,7 @@
New features
  • AMX-BF16 kernel DepthwiseConvolution_k5p2d1s1w4 for class SynetMergedConvolution16b.
  • AMX-BF16 kernel DepthwiseConvolution_k3p1d1s1w8 for class SynetMergedConvolution16b.
  • AMX-BF16 kernel DepthwiseConvolution_k3p1d1s1w6 for class SynetMergedConvolution16b.
  • -
  • Base implementation of class ResizerBf16Bilinear.
  • +
  • Base implementation, SSE4.1 optimizations of class ResizerBf16Bilinear.
  • Improving