Skip to content

Fixes

5e7c800
Select commit
Loading
Failed to load commit list.
Merged

Matmul + CubeCL Update #2551

Fixes
5e7c800
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 29, 2024 in 1s

81.86% (target 80.00%)

View this Pull Request on Codecov

81.86% (target 80.00%)

Details

Codecov Report

Attention: Patch coverage is 49.25373% with 34 lines in your changes missing coverage. Please review.

Project coverage is 81.86%. Comparing base (a5624c1) to head (5e7c800).

Files with missing lines Patch % Lines
backend-comparison/src/lib.rs 0.00% 19 Missing ⚠️
...it/src/kernel/conv/conv2d/gemm/homogeneous/base.rs 0.00% 6 Missing ⚠️
...n-jit/src/kernel/conv/conv2d/gemm/loader/im2col.rs 0.00% 4 Missing ⚠️
crates/burn-jit/src/kernel/matmul/base.rs 50.00% 2 Missing ⚠️
crates/burn-jit/src/kernel/conv/conv2d/im2col.rs 50.00% 1 Missing ⚠️
crates/burn-jit/src/kernel/matmul/tune/base.rs 96.29% 1 Missing ⚠️
crates/burn-jit/src/ops/float_ops.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2551      +/-   ##
==========================================
+ Coverage   81.85%   81.86%   +0.01%     
==========================================
  Files         834      833       -1     
  Lines      106589   106465     -124     
==========================================
- Hits        87247    87162      -85     
+ Misses      19342    19303      -39     

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