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

Add more quantization support for burn-jit #2275

Merged
merged 21 commits into from
Sep 17, 2024

More comment

d46076e
Select commit
Loading
Failed to load commit list.
Merged

Add more quantization support for burn-jit #2275

More comment
d46076e
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 17, 2024 in 0s

85.79% (target 80.00%)

View this Pull Request on Codecov

85.79% (target 80.00%)

Details

Codecov Report

Attention: Patch coverage is 60.58520% with 229 lines in your changes missing coverage. Please review.

Project coverage is 85.79%. Comparing base (58ce502) to head (d46076e).
Report is 13 commits behind head on main.

Files with missing lines Patch % Lines
...rates/burn-jit/src/kernel/quantization/quantize.rs 44.79% 106 Missing ⚠️
...tes/burn-jit/src/kernel/quantization/dequantize.rs 45.40% 101 Missing ⚠️
crates/burn-jit/src/ops/qtensor.rs 76.66% 21 Missing ⚠️
crates/burn-tensor/src/tensor/data.rs 83.33% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2275      +/-   ##
==========================================
- Coverage   85.92%   85.79%   -0.13%     
==========================================
  Files         750      754       +4     
  Lines       94328    95189     +861     
==========================================
+ Hits        81047    81671     +624     
- Misses      13281    13518     +237     

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