Skip to content

Commit

Permalink
+add Tests for verifying functionality of SynetInnerProduct16b framew…
Browse files Browse the repository at this point in the history
…ork.
  • Loading branch information
ermig1979 committed Jun 4, 2024
1 parent fb6b729 commit c2ae07f
Show file tree
Hide file tree
Showing 16 changed files with 502 additions and 26 deletions.
6 changes: 6 additions & 0 deletions docs/2024.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@ <h5>New features</h5>
<li>API of SynetInnerProduct16b framework.</li>
</ul>

<h4>Test framework</h4>
<h5>New features</h5>
<ul>
<li>Tests for verifying functionality of SynetInnerProduct16b framework.</li>
</ul>

<a href="#HOME">Home</a>
<hr/>
<h3 id="R138">June 3, 2024 (version 6.1.138)</h3>
Expand Down
24 changes: 12 additions & 12 deletions docs/help/group__synet__inner__product__bf16.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions prj/vs2019/Base.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@
<ClInclude Include="..\..\src\Simd\SimdSynetConvParam.h" />
<ClInclude Include="..\..\src\Simd\SimdSynetDeconvolution32f.h" />
<ClInclude Include="..\..\src\Simd\SimdSynetGridSample.h" />
<ClInclude Include="..\..\src\Simd\SimdSynetInnerProduct16b.h" />
<ClInclude Include="..\..\src\Simd\SimdSynetInnerProduct32f.h" />
<ClInclude Include="..\..\src\Simd\SimdSynetMergedConvolution16b.h" />
<ClInclude Include="..\..\src\Simd\SimdSynetMergedConvolution32f.h" />
Expand Down Expand Up @@ -195,6 +196,7 @@
<ClCompile Include="..\..\src\Simd\SimdBaseSynetGridSample.cpp" />
<ClCompile Include="..\..\src\Simd\SimdBaseSynetGridSample2d32fBlZ.cpp" />
<ClCompile Include="..\..\src\Simd\SimdBaseSynetGridSample2dRef.cpp" />
<ClCompile Include="..\..\src\Simd\SimdBaseSynetInnerProduct16b.cpp" />
<ClCompile Include="..\..\src\Simd\SimdBaseSynetInnerProduct32f.cpp" />
<ClCompile Include="..\..\src\Simd\SimdBaseSynetMergedConvolution16b.cpp" />
<ClCompile Include="..\..\src\Simd\SimdBaseSynetMergedConvolution32f.cpp" />
Expand Down
6 changes: 6 additions & 0 deletions prj/vs2019/Base.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,9 @@
<ClCompile Include="..\..\src\Simd\SimdBaseSynetMergedConvolution16b.cpp">
<Filter>Base</Filter>
</ClCompile>
<ClCompile Include="..\..\src\Simd\SimdBaseSynetInnerProduct16b.cpp">
<Filter>Base</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\src\Simd\SimdBase.h">
Expand Down Expand Up @@ -600,6 +603,9 @@
<ClInclude Include="..\..\src\Simd\SimdSynetMergedConvolution16b.h">
<Filter>Inc</Filter>
</ClInclude>
<ClInclude Include="..\..\src\Simd\SimdSynetInnerProduct16b.h">
<Filter>Inc</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<Filter Include="Base">
Expand Down
1 change: 1 addition & 0 deletions prj/vs2019/Test.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@
<ClCompile Include="..\..\src\Test\TestSynetDeconvolution32f.cpp" />
<ClCompile Include="..\..\src\Test\TestSynetGridSample.cpp" />
<ClCompile Include="..\..\src\Test\TestSynetInnerProduct.cpp" />
<ClCompile Include="..\..\src\Test\TestSynetInnerProduct16b.cpp" />
<ClCompile Include="..\..\src\Test\TestSynetMergedConvolution16b.cpp" />
<ClCompile Include="..\..\src\Test\TestSynetMergedConvolution32f.cpp" />
<ClCompile Include="..\..\src\Test\TestSynetMergedConvolution8i.cpp" />
Expand Down
3 changes: 3 additions & 0 deletions prj/vs2019/Test.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,9 @@
<ClCompile Include="..\..\src\Test\TestSynetMergedConvolution16b.cpp">
<Filter>Test</Filter>
</ClCompile>
<ClCompile Include="..\..\src\Test\TestSynetInnerProduct16b.cpp">
<Filter>Test</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\src\Test\TestConfig.h">
Expand Down
2 changes: 2 additions & 0 deletions prj/vs2022/Base.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@
<ClInclude Include="..\..\src\Simd\SimdSynetConvParam.h" />
<ClInclude Include="..\..\src\Simd\SimdSynetDeconvolution32f.h" />
<ClInclude Include="..\..\src\Simd\SimdSynetGridSample.h" />
<ClInclude Include="..\..\src\Simd\SimdSynetInnerProduct16b.h" />
<ClInclude Include="..\..\src\Simd\SimdSynetInnerProduct32f.h" />
<ClInclude Include="..\..\src\Simd\SimdSynetMergedConvolution16b.h" />
<ClInclude Include="..\..\src\Simd\SimdSynetMergedConvolution32f.h" />
Expand Down Expand Up @@ -195,6 +196,7 @@
<ClCompile Include="..\..\src\Simd\SimdBaseSynetGridSample.cpp" />
<ClCompile Include="..\..\src\Simd\SimdBaseSynetGridSample2d32fBlZ.cpp" />
<ClCompile Include="..\..\src\Simd\SimdBaseSynetGridSample2dRef.cpp" />
<ClCompile Include="..\..\src\Simd\SimdBaseSynetInnerProduct16b.cpp" />
<ClCompile Include="..\..\src\Simd\SimdBaseSynetInnerProduct32f.cpp" />
<ClCompile Include="..\..\src\Simd\SimdBaseSynetMergedConvolution16b.cpp" />
<ClCompile Include="..\..\src\Simd\SimdBaseSynetMergedConvolution32f.cpp" />
Expand Down
6 changes: 6 additions & 0 deletions prj/vs2022/Base.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,9 @@
<ClCompile Include="..\..\src\Simd\SimdBaseSynetMergedConvolution16b.cpp">
<Filter>Base</Filter>
</ClCompile>
<ClCompile Include="..\..\src\Simd\SimdBaseSynetInnerProduct16b.cpp">
<Filter>Base</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\src\Simd\SimdBase.h">
Expand Down Expand Up @@ -600,6 +603,9 @@
<ClInclude Include="..\..\src\Simd\SimdSynetMergedConvolution16b.h">
<Filter>Inc</Filter>
</ClInclude>
<ClInclude Include="..\..\src\Simd\SimdSynetInnerProduct16b.h">
<Filter>Inc</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<Filter Include="Base">
Expand Down
1 change: 1 addition & 0 deletions prj/vs2022/Test.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@
<ClCompile Include="..\..\src\Test\TestSynetDeconvolution32f.cpp" />
<ClCompile Include="..\..\src\Test\TestSynetGridSample.cpp" />
<ClCompile Include="..\..\src\Test\TestSynetInnerProduct.cpp" />
<ClCompile Include="..\..\src\Test\TestSynetInnerProduct16b.cpp" />
<ClCompile Include="..\..\src\Test\TestSynetMergedConvolution16b.cpp" />
<ClCompile Include="..\..\src\Test\TestSynetMergedConvolution32f.cpp" />
<ClCompile Include="..\..\src\Test\TestSynetMergedConvolution8i.cpp" />
Expand Down
3 changes: 3 additions & 0 deletions prj/vs2022/Test.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,9 @@
<ClCompile Include="..\..\src\Test\TestSynetMergedConvolution16b.cpp">
<Filter>Test</Filter>
</ClCompile>
<ClCompile Include="..\..\src\Test\TestSynetInnerProduct16b.cpp">
<Filter>Test</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\src\Test\TestConfig.h">
Expand Down
Loading

0 comments on commit c2ae07f

Please sign in to comment.