-
Notifications
You must be signed in to change notification settings - Fork 294
Dropped duplicated math function from Thrust #6188
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
Conversation
bernhardmgruber
left a comment
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.
Please remove
#include <thrust/detail/integer_math.h>from files where we no longer need it.
miscco
left a comment
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.
Thanks a lot for working on this issue. It is already looking great.
I found one incorrect replacement and some potential conversion issues
|
@bernhardmgruber @miscco all changes that you guys suggested is done, lmk if there are more Changes. :) |
|
@viralbhadeshiya This looks great 🎉 Thanks a lot for working on this. I added a few minor changes:
|
|
/ok to test 07b811c |
|
/ok to test 4261f1f |
This comment has been minimized.
This comment has been minimized.
|
/ok to test 34fc385 |
This comment has been minimized.
This comment has been minimized.
|
@fbusato There is an issue with I suspect there is a differing behavior for |
|
This causes a different behavior in |
|
@viralbhadeshiya my suggestion is just to add the condition |
@fbusato would this similar changes also required in |
|
yes, but I'm not sure that this edge case is evaluated in the test case. You can also run the test locally to make sure it works |
Okay made changes, unfortunately my remote server which had NVIDIA device is facing some issue so could not run tests. but changes are done. |
|
/ok to test 0ab0b72 |
🥳 CI Workflow Results🟩 Finished in 4h 29m: Pass: 100%/118 | Total: 3d 10h | Max: 4h 28m | Hits: 90%/166971See results here. |
Description
closes #6104
Checklist