Skip to content

Pooling Layer OneDNN#263

Merged
allnes merged 9 commits into
mainfrom
Semyon1104/PoolingOneDNN
Feb 6, 2026
Merged

Pooling Layer OneDNN#263
allnes merged 9 commits into
mainfrom
Semyon1104/PoolingOneDNN

Conversation

@Semyon1104

Copy link
Copy Markdown
Collaborator

No description provided.

@codecov

codecov Bot commented Feb 3, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 88.46154% with 18 lines in your changes missing coverage. Please review.
✅ Project coverage is 82.98%. Comparing base (b242554) to head (ce76ff5).
⚠️ Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
src/layers_oneDNN/PoolingLayer.cpp 85.71% 9 Missing and 8 partials ⚠️
src/layers_oneDNN/ConvLayer.cpp 95.65% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #263      +/-   ##
==========================================
+ Coverage   82.31%   82.98%   +0.66%     
==========================================
  Files          49       51       +2     
  Lines        2630     2774     +144     
  Branches     1573     1662      +89     
==========================================
+ Hits         2165     2302     +137     
- Misses        226      228       +2     
- Partials      239      244       +5     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.


if (data_type == Type::kFloat) {
const std::vector<float>& kernel_data = *kernel_.as<float>();

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please remove unused changes

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

there was an error in the layer and it needed to be corrected

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What I meant was that you added an extra line that does nothing.

@allnes allnes merged commit 92737be into main Feb 6, 2026
23 checks 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.

3 participants