Skip to content

Fix cubecl changes

3addfaa
Select commit
Loading
Failed to load commit list.
Open

Implement 3D pooling operations: avg_pool3d, max_pool3d, and adaptive_avg_pool3d #4231

Fix cubecl changes
3addfaa
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 19, 2025 in 0s

68.33% (target 80.00%)

View this Pull Request on Codecov

68.33% (target 80.00%)

Details

Codecov Report

❌ Patch coverage is 5.32407% with 1636 lines in your changes missing coverage. Please review.
✅ Project coverage is 68.33%. Comparing base (91dd62c) to head (3addfaa).
⚠️ Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
crates/burn-autodiff/src/ops/module.rs 0.00% 222 Missing ⚠️
crates/burn-cubecl/src/kernel/pool/max_pool3d.rs 0.00% 203 Missing ⚠️
...burn-cubecl/src/kernel/pool/avg_pool3d_backward.rs 0.00% 155 Missing ⚠️
...burn-cubecl/src/kernel/pool/max_pool3d_backward.rs 0.00% 122 Missing ⚠️
crates/burn-tch/src/ops/module.rs 0.00% 122 Missing ⚠️
crates/burn-cubecl/src/kernel/pool/avg_pool3d.rs 0.00% 119 Missing ⚠️
...burn-cubecl/src/kernel/pool/adaptive_avg_pool3d.rs 0.00% 99 Missing ⚠️
...cl/src/kernel/pool/adaptive_avg_pool3d_backward.rs 0.00% 99 Missing ⚠️
crates/burn-cubecl/src/ops/module_ops.rs 0.00% 92 Missing ⚠️
crates/burn-cubecl/src/kernel/pool/pool3d.rs 0.00% 72 Missing ⚠️
... and 9 more

❌ Your project check has failed because the head coverage (68.33%) is below the target coverage (80.00%). You can increase the head coverage or adjust the target coverage.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4231      +/-   ##
==========================================
- Coverage   68.96%   68.33%   -0.64%     
==========================================
  Files        1346     1360      +14     
  Lines      165578   167453    +1875     
==========================================
+ Hits       114192   114424     +232     
- Misses      51386    53029    +1643     

☔ 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.