From 985ae43ba17db19ae9786ca9f60e008380f1c628 Mon Sep 17 00:00:00 2001 From: Yermalayeu Ihar Date: Thu, 30 May 2024 16:45:30 +0300 Subject: [PATCH] +add Support of YUV420P format to Simd::Frame. --- docs/2024.html | 1 + ...Bf16SynetMergedConvolution16bDepthwise.cpp | 2 +- src/Simd/SimdBFloat16.h | 8 ++ src/Simd/SimdFrame.hpp | 112 +++++++++++++++++- 4 files changed, 121 insertions(+), 2 deletions(-) diff --git a/docs/2024.html b/docs/2024.html index 1d29bbbf72..a3f1f0ce91 100644 --- a/docs/2024.html +++ b/docs/2024.html @@ -46,6 +46,7 @@
New features
  • Base implementation, SSE4.1, AVX2, AVX-512BW, AVX-512BF16 optimizations of class SynetMergedConvolution16bDc.
  • Base implementation, SSE4.1, AVX2, AVX-512BW, AVX-512BF16 optimizations of class SynetMergedConvolution16bCd.
  • Base implementation, SSE4.1, AVX2, AVX-512BW, AVX-512BF16 optimizations of class SynetMergedConvolution16bCdc.
  • +
  • Support of YUV420P format to Simd::Frame.
  • Improving