Skip to content

Add C++ wrapper Simd::SynetAdd16b - #858

Merged
ermig1979 merged 2 commits into
devfrom
cursor/synet-add16b-wrapper-7b2f
Aug 13, 2026
Merged

Add C++ wrapper Simd::SynetAdd16b#858
ermig1979 merged 2 commits into
devfrom
cursor/synet-add16b-wrapper-7b2f

Conversation

@ermig1979

@ermig1979 ermig1979 commented Aug 13, 2026

Copy link
Copy Markdown
Owner

Summary

Adds a public C++ analogue of Synet::Add16b (src/Synet/Utils/Add.h in ermig1979/Synet) to the Simd Library.

  • New class Simd::SynetAdd16b in src/Simd/SimdSynet.hpp wrapping SimdSynetAdd16bInit / SimdSynetAdd16bForward / SimdRelease.
  • Doxygen description for the class (group cpp_synet) and C API notes pointing to the wrapper.
  • TestSynetAdd16b() in src/Test/TestCheckCpp.cpp compares the wrapper with the C API.
  • Visual Studio 2022 project files and docs/2026.html (release 7.2.165) updated.

Merge

Rebased onto latest dev. The only conflict was additive in docs/2026.html (SVE2 QuantizedMergedConvolution notes vs the new Simd::SynetAdd16b wrapper line). Both were kept.

Testing

  • CMake Release build (g++, SIMD_SHARED=ON) of the library and Test.
  • ./Test "-r=.." -cc=1 -fi=SynetAdd16b -tt=1 -ts=1: CheckCpp (including TestSynetAdd16b) and SynetAdd16b C API tests finished successfully.
Open in Web Open in Cursor 

Introduce a public analogue of Synet::Add16b that wraps SimdSynetAdd16bInit
and SimdSynetAdd16bForward, with Doxygen docs and a CheckCpp verification test.

Co-authored-by: igor.ermolaev <igor.ermolaev@altezza.org>
@ermig1979
ermig1979 marked this pull request as ready for review August 13, 2026 12:32
Keep SVE2 QuantizedMergedConvolution release notes from dev and the
Simd::SynetAdd16b wrapper entry.

Co-authored-by: igor.ermolaev <igor.ermolaev@altezza.org>
@ermig1979
ermig1979 merged commit da5f4ff into dev Aug 13, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants