-
Notifications
You must be signed in to change notification settings - Fork 197
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] Introducing host API for PCG #1767
Conversation
…n on host as well
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.
Thank you very much @vinaydes , LGTM
Just referencing issue #1560 which should be closed by this (I cannot add it to the development dependencies since I don't seem to have privileges for this) |
I missed the fact that the file was moved, thanks for pointing it out. |
@MatthiasKohl For now, going with option b) will enable us to call the wide multiply from .cu files for using in the host code. |
Right, I don't understand the second part of Artem's comment though. |
@MatthiasKohl , you're probably right. It didn't occur to me that |
I wonder though. If we start to guard the whole kernels with pre-processor macros, we can end up with replacing all headers in raft with |
I was going to say we create a |
@achirkin @MatthiasKohl I have tried to accommodate the changes. It should be non-breaking now 🤞. |
/ok to test |
/ok to test |
@achirkin Can we mark this as non-breaking again? |
Can this be merged now? |
Apparently I don't have enough power to summon the merger bot :) |
/ok to test |
/merge |
This PR introduces following changes
custom_next
)