-
Notifications
You must be signed in to change notification settings - Fork 112
Several fixes needed to compile cuOpt with LLVM #121
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
|
Thank you @vitor1001 for the PR, one of the reviewers should be reviewing it shortly. |
|
/ok to test 69b3d8a |
|
note: updated the PR with check-style fixes |
|
Hi @aliceb-nv! Is there anything else you need from my side to merge this PR? |
|
|
||
| #include <cub/cub.cuh> | ||
| #include <nvtx3/nvtx3.hpp> | ||
| // #include <nvtx3/nvtx3.hpp> |
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.
Delete commented line
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.
Good catch, removed.
|
/ok to test c5c8a0c |
- add std:: prefix to min() and max(); - add missing headers; - avoid calling std::optional::value() on device code since it can throw exceptions; - add "template" keyword to help parsing; - use a constexpr static method to define init_data(), to avoid using a not-yet-finished classes.
|
/ok to test 9261b22 |
|
@hlinsen it looks like the single Python test breakage is a flaky test. Doesn't look related to any of the changes. |
I confirm it is not related. I am re running the tests. |
|
/ok to test dd94656 |
|
/merge |
Checklist