[SYSTEMDS-3780] Compression-fused Quantization#2259
Closed
Baunsgaard wants to merge 5 commits intoapache:mainfrom
Closed
[SYSTEMDS-3780] Compression-fused Quantization#2259Baunsgaard wants to merge 5 commits intoapache:mainfrom
Baunsgaard wants to merge 5 commits intoapache:mainfrom
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2259 +/- ##
============================================
- Coverage 72.71% 72.65% -0.06%
- Complexity 45817 45903 +86
============================================
Files 1474 1476 +2
Lines 171934 172455 +521
Branches 33601 33760 +159
============================================
+ Hits 125021 125300 +279
- Misses 37471 37656 +185
- Partials 9442 9499 +57 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This commit adds a new fused operator that both quantize an input and compresses the result. The operator does not allocate the intermediate quantized matrix. Closes apache#2226
db073a6 to
7dfb208
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This commit adds a new fused operator that both quantize an input and compresses the result. The operator does not allocate the intermediate quantized matrix.
Closes #2226