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

Hotfix: wrong constant in IVF-PQ fp_8bit2half #1654

Merged
merged 1 commit into from
Jul 19, 2023

Conversation

achirkin
Copy link
Contributor

#1644 introduced a direct conversion from the custom ivf-pq fp8 type to half and a bug alongside. The exponent bias value wrong by one bit. The result is the loss of precision in some datasets.
This hotfix just changes this constant.

#1644 introduced a direct conversion from the custom ivf-pq fp8 type to half and a bug alongside. The exponent bias value wrong by one bit.
@achirkin achirkin added bug Something isn't working 3 - Ready for Review non-breaking Non-breaking change labels Jul 19, 2023
@achirkin achirkin requested a review from tfeher July 19, 2023 11:23
@achirkin achirkin self-assigned this Jul 19, 2023
@achirkin achirkin requested a review from a team as a code owner July 19, 2023 11:23
@github-actions github-actions bot added the cpp label Jul 19, 2023
Copy link
Contributor

@tfeher tfeher left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@codecov-commenter
Copy link

Codecov Report

Patch and project coverage have no change.

Comparison is base (2ee9a57) 87.98% compared to head (91cf828) 87.98%.

Additional details and impacted files
@@              Coverage Diff              @@
##           branch-23.08    #1654   +/-   ##
=============================================
  Coverage         87.98%   87.98%           
=============================================
  Files                21       21           
  Lines               491      491           
=============================================
  Hits                432      432           
  Misses               59       59           

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@cjnolet
Copy link
Member

cjnolet commented Jul 19, 2023

/merge

@rapids-bot rapids-bot bot merged commit 6b62ab4 into branch-23.08 Jul 19, 2023
@achirkin achirkin deleted the achirkin-patch-2 branch July 19, 2023 14:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3 - Ready for Review bug Something isn't working cpp non-breaking Non-breaking change
Projects
Development

Successfully merging this pull request may close these issues.

4 participants