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

int4: disable const_folding for unpack_int4 #3322

Merged
merged 9 commits into from
Sep 26, 2024

Merge branch 'develop' into lw/int4

55e0f05
Select commit
Loading
Failed to load commit list.
Merged

int4: disable const_folding for unpack_int4 #3322

Merge branch 'develop' into lw/int4
55e0f05
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Sep 26, 2024 in 0s

92.02% (-0.02%) compared to 1cd2854

View this Pull Request on Codecov

92.02% (-0.02%) compared to 1cd2854

Details

Codecov Report

Attention: Patch coverage is 86.07595% with 11 lines in your changes missing coverage. Please review.

Project coverage is 92.02%. Comparing base (1cd2854) to head (55e0f05).

Files with missing lines Patch % Lines
src/quantize_int4.cpp 91.66% 4 Missing ⚠️
src/shape.cpp 0.00% 4 Missing ⚠️
src/quantization.cpp 0.00% 3 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #3322      +/-   ##
===========================================
- Coverage    92.04%   92.02%   -0.02%     
===========================================
  Files          506      508       +2     
  Lines        20872    20948      +76     
===========================================
+ Hits         19212    19278      +66     
- Misses        1660     1670      +10     

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