-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[C++][Compute] Add sign function kernels #28594
Comments
Eduardo Ponce / @edponce: This approach will result in different behavior for floating-point and integral operands.
|
Ian Cook / @ianmcook: |
Eduardo Ponce / @edponce: |
Neal Richardson / @nealrichardson: |
Ben Kietzman / @bkietz: |
Add the sign function to the compute kernels.
sign(X) =
Reporter: Eduardo Ponce / @edponce
Assignee: Eduardo Ponce / @edponce
Related issues:
PRs and other links:
Note: This issue was originally created as ARROW-12861. Please see the migration documentation for further details.
The text was updated successfully, but these errors were encountered: