Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/quant/per block #2849

Merged
merged 28 commits into from
Mar 3, 2025

Remove comment

24d5857
Select commit
Loading
Failed to load commit list.
Merged

Feat/quant/per block #2849

Remove comment
24d5857
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 28, 2025 in 0s

82.29% (target 80.00%)

View this Pull Request on Codecov

82.29% (target 80.00%)

Details

Codecov Report

Attention: Patch coverage is 83.27781% with 251 lines in your changes missing coverage. Please review.

Project coverage is 82.29%. Comparing base (17d9753) to head (24d5857).
Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
...es/burn-cubecl/src/kernel/quantization/quantize.rs 67.16% 88 Missing ⚠️
.../burn-cubecl/src/kernel/quantization/dequantize.rs 60.95% 41 Missing ⚠️
crates/burn-tch/src/ops/qtensor.rs 0.00% 38 Missing ⚠️
...tes/burn-cubecl/src/kernel/quantization/qtensor.rs 34.54% 36 Missing ⚠️
crates/burn-tch/src/tensor.rs 0.00% 11 Missing ⚠️
...es/burn-tensor/src/tensor/quantization/strategy.rs 96.20% 11 Missing ⚠️
crates/burn-tensor-testgen/src/lib.rs 88.88% 9 Missing ⚠️
...ates/burn-tensor/src/tensor/quantization/scheme.rs 94.54% 6 Missing ⚠️
crates/burn-tensor/src/tensor/element/base.rs 0.00% 3 Missing ⚠️
crates/burn-tensor/src/tensor/data.rs 88.23% 2 Missing ⚠️
... and 4 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2849      +/-   ##
==========================================
+ Coverage   82.18%   82.29%   +0.11%     
==========================================
  Files         854      861       +7     
  Lines      114059   116887    +2828     
==========================================
+ Hits        93734    96194    +2460     
- Misses      20325    20693     +368     

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