-
Notifications
You must be signed in to change notification settings - Fork 932
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] Provide fixed-point support for MOD, PMOD and TRUE_DIV #7132
Comments
@codereport Assigning you, though this is likely to be 0.19. |
Just spoke with @revans2, here is a summary of our conversation:
Note: Suggested Path Forward to Support @harrism, @jrhemstad If you don't object ... I will move forward with this plan for |
Sounds like a good plan. |
cc @shwina for visibility related to what's needed in the Python side for the binop |
…nd `decimal64` (#7198) This resolves a part of #7132 **ToDo:** * [x] Simple unit test * [x] Comprehensive unit tests * [x] Initial Column + Column * [x] Full Column + Column * [x] Column + Scalar * [x] Scalar + Column * [x] Cleanup Authors: - Conor Hoekstra (@codereport) Approvers: - Mark Harris (@harrism) - @nvdbaranec URL: #7198
This issue has been labeled |
this is still desired |
This issue has been labeled |
this still needs to be addressed. |
This issue has been labeled |
Are the outstanding elements in this feature request MOD and PMOD? |
Yes, that's correct. |
Resolves `libcudf` `MOD` and `PMOD` portion of #7132 To Do: * [x] `MOD` * [x] `PMOD` * [x] `PYMOD` * [x] Unit tests * [x] Different scaled tests Authors: - Conor Hoekstra (https://github.com/codereport) Approvers: - Bradley Dice (https://github.com/bdice) - Robert Maynard (https://github.com/robertmaynard) URL: #10179
Closed by #10179 |
Is your feature request related to a problem? Please describe.
Fixed-point support missing for MOD, PMOD and TRUE_DIV.
Describe the solution you'd like
We should support Fixed-point for MOD, PMOD and TRUE_DIV operations.
Additional context
This issue builds upon #3556
The text was updated successfully, but these errors were encountered: