-
Notifications
You must be signed in to change notification settings - Fork 78
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
[bugfix] fp16 problems #2049
[bugfix] fp16 problems #2049
Conversation
[CHATOPS:HELP] ChatOps commands.
|
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #2049 +/- ##
==========================================
- Coverage 29.99% 28.78% -1.21%
==========================================
Files 366 344 -22
Lines 34797 30015 -4782
==========================================
- Hits 10436 8641 -1795
+ Misses 23878 21085 -2793
+ Partials 483 289 -194
☔ View full report in Codecov by Sentry. |
cc63a73
to
a1e6788
Compare
621e6cb
to
43a0234
Compare
Signed-off-by: kpango <kpango@vdaas.org>
43a0234
to
829bb4c
Compare
fmt.Println("r, t: ", r[i], t[i]) | ||
sum += math.Pow(float64(t[i]-r[i]), 2) | ||
} | ||
fmt.Println(sum) |
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.
Probably should refactor these prints
Description:
he current vald implementation cannot correctly handle GetObject RPCs because the Go language does not support half-precision floating point.
The next version of NGT will include a new CAPI that can correctly get fp16 arrays as float arrays.
So I've implemented it and Updated NGT version to 2.0.12
Related Issue:
#1781
Versions:
Checklist:
Special notes for your reviewer: