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

Refactor unary + binary kernels #2665

Merged
merged 3 commits into from
Jan 7, 2025

Cleanup binary

fbdc2ed
Select commit
Loading
Failed to load commit list.
Merged

Refactor unary + binary kernels #2665

Cleanup binary
fbdc2ed
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 6, 2025 in 1s

83.16% (target 80.00%)

View this Pull Request on Codecov

83.16% (target 80.00%)

Details

Codecov Report

Attention: Patch coverage is 88.15029% with 41 lines in your changes missing coverage. Please review.

Project coverage is 83.16%. Comparing base (80e67b7) to head (fbdc2ed).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
crates/burn-jit/src/kernel/unary_float.rs 87.71% 14 Missing ⚠️
crates/burn-jit/src/kernel/unary_numeric.rs 88.09% 10 Missing ⚠️
crates/burn-jit/src/kernel/binary.rs 93.63% 7 Missing ⚠️
crates/burn-jit/src/tensor/base.rs 50.00% 4 Missing ⚠️
crates/burn-jit/src/kernel/clamp.rs 62.50% 3 Missing ⚠️
crates/burn-jit/src/ops/float_ops.rs 88.88% 2 Missing ⚠️
crates/burn-jit/src/ops/int_ops.rs 66.66% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2665      +/-   ##
==========================================
+ Coverage   83.14%   83.16%   +0.02%     
==========================================
  Files         839      840       +1     
  Lines      107913   107909       -4     
==========================================
+ Hits        89719    89739      +20     
+ Misses      18194    18170      -24     

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