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

Driver quantize fp8 update #3715

Open
wants to merge 6 commits into
base: ocp_to_fnuz
Choose a base branch
from

Conversation

CharlieL7
Copy link
Collaborator

@CharlieL7 CharlieL7 commented Dec 13, 2024

@CharlieL7 CharlieL7 self-assigned this Dec 13, 2024
@CharlieL7 CharlieL7 requested a review from causten as a code owner December 13, 2024 22:46
Copy link

codecov bot commented Dec 13, 2024

Codecov Report

Attention: Patch coverage is 50.00000% with 1 line in your changes missing coverage. Please review.

Project coverage is 92.25%. Comparing base (3c36b9b) to head (b62a304).

Files with missing lines Patch % Lines
src/quantization.cpp 50.00% 1 Missing ⚠️
Additional details and impacted files
@@               Coverage Diff               @@
##           ocp_to_fnuz    #3715      +/-   ##
===============================================
+ Coverage        92.23%   92.25%   +0.02%     
===============================================
  Files              517      517              
  Lines            21819    21808      -11     
===============================================
- Hits             20124    20120       -4     
+ Misses            1695     1688       -7     

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

@@ -311,7 +311,6 @@ struct context
value result;
result["events"] = events.size();
result["streams"] = current_device->nstreams();
result["gfx_name"] = get_current_device().get_gfx_name();
Copy link
Collaborator

Choose a reason for hiding this comment

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

Why is this removed on serialization?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I added this earlier when getting FP8 OCP in to query the gfx number from the driver. We could keep it, but it would not be used anywhere anymore.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants