-
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] Implement cudf::round
decimal32
& decimal64
(HALF_UP
and HALF_EVEN
)
#6685
Conversation
Please update the changelog in order to start CI tests. View the gpuCI docs here. |
Codecov Report
@@ Coverage Diff @@
## branch-0.17 #6685 +/- ##
===============================================
- Coverage 82.33% 82.28% -0.05%
===============================================
Files 94 94
Lines 15369 15436 +67
===============================================
+ Hits 12654 12702 +48
- Misses 2715 2734 +19
Continue to review full report at Codecov.
|
cudf::round
decimal32
& decimal64
(HALF_UP
and HALF_EVEN
)cudf::round
decimal32
& decimal64
(HALF_UP
and HALF_EVEN
)
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.
Just a couple typos, really.
Co-authored-by: Mark Harris <[email protected]>
rerun tests |
This PR is the final of 3 PRs and resolves #3790.
cudf::round
floating point and integer types (HALF_UP
) [REVIEW] Implementcudf::round
floating point and integer types (HALF_UP
) [skip ci] #6562cudf::round
floating point and integer types (HALF_EVEN
) [REVIEW] Implementcudf::round
floating point and integer types (HALF_EVEN
) #6647cudf::round
decimal32
&decimal64
(HALF_UP
andHALF_EVEN
)The PR to do list is as follows:
fixed_point
function object is identical 🔥