-
Notifications
You must be signed in to change notification settings - Fork 933
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
[FEA] type casting between fixed-point decimal and other numeric types #6486
Comments
@codereport I unchecked the box next to
because I looked at cast_ops.cu and I see multiple Casting between types is a unary operation. Apparently this is not implemented yet. Converting this issue into a feature request. |
Assigning to @codereport for 0.17. |
@codereport @harrism |
I am wrapping up |
What is your question?
According to the checklist of issue 3556, we are able to cast to/from floats, ints and decimal with other precision/accuracy in cuDF. How can we achieve that?
cudf::logical_cast
alone doesn't seem to be the right solution. For integer types, we can perform cudf::logicial_cast after rescaling fix_point data to zero. But how to deal with float_point types?@codereport can you help to give some advice? Thanks!
The text was updated successfully, but these errors were encountered: