-
Notifications
You must be signed in to change notification settings - Fork 913
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
[REVIEW] Remove fixed_point
precise round
#6544
[REVIEW] Remove fixed_point
precise round
#6544
Conversation
Please update the changelog in order to start CI tests. View the gpuCI docs here. |
Codecov Report
@@ Coverage Diff @@
## branch-0.17 #6544 +/- ##
============================================
Coverage 83.12% 83.12%
============================================
Files 90 90
Lines 14824 14826 +2
============================================
+ Hits 12322 12324 +2
Misses 2502 2502
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One big question, and two spelling corrections. otherwise looks fine.
Co-authored-by: Mark Harris <[email protected]>
Co-authored-by: Mark Harris <[email protected]>
In working on the the
fixed_point
binary operations (#6528), we realized the "precise rounding" that we implemented forfixed_point
adds increased complexity to implementing thebinary_operation::DIV
that would require non-trivial modifications tokernel.cpp
andoperations.h
. We thererfore decided to revert these changes (this is consistent with the design of CNL) to avoid this complexity.