-
Notifications
You must be signed in to change notification settings - Fork 61
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 QModuleMixin and Calibration and fix stream-lining bug #249
Merged
Commits on Jul 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d33a775 - Browse repository at this point
Copy the full SHA d33a775View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e42886 - Browse repository at this point
Copy the full SHA 7e42886View commit details -
test(qlinear): avoid passing quantized inputs when activation is none
This reveals an overflow in qfloat8_e5m2 activations test, that is removed for now.
Configuration menu - View commit details
-
Copy full SHA for 3f47114 - Browse repository at this point
Copy the full SHA 3f47114View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4696e81 - Browse repository at this point
Copy the full SHA 4696e81View commit details -
refactor(QModuleMixin): quantize inputs if needed
Only QLinear might request its inputs to be always quantized, as it is the only layer for which an optimized kernel exists.
Configuration menu - View commit details
-
Copy full SHA for ed3cc71 - Browse repository at this point
Copy the full SHA ed3cc71View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a4acd0 - Browse repository at this point
Copy the full SHA 3a4acd0View commit details -
refactor(QModuleMixin): avoid multiple forward calls in calibration
By putting the input/output quantization code inside module forward hooks, it allows them to be called only after the calibration hooks. This simplifies a lot the calibration code, in particular avoiding several calls to forward during output calibration.
Configuration menu - View commit details
-
Copy full SHA for abf97a9 - Browse repository at this point
Copy the full SHA abf97a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for d783a3b - Browse repository at this point
Copy the full SHA d783a3bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 59b9983 - Browse repository at this point
Copy the full SHA 59b9983View commit details
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.