-
Notifications
You must be signed in to change notification settings - Fork 156
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
Remove --expt-relaxed-constexpr NVCC flag #1495
Remove --expt-relaxed-constexpr NVCC flag #1495
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
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.
Additionally, when I searched this flag in compile_commands.json
, it still shows up in cuprojshim
compile commands. Is this a flag inherited? Since I didn't see it in cmakelists.
Thanks. I just checked and initially I saw the cuprojshim relaxed-constexpr too. But I deleted the python build directory and rebuilt (to get rid of compile_commands.json) and it regenerated that file without |
/merge |
Description
Closes #1494
Removes all (unneeded, currently) instances of
expt-relaxed-constexpr
from cuSpatial and cuProj CMake.Also adds linkage of
rmm::rmm_logger_impl
needed after changes to RMM and removal ofcudftestutil
from cuproj benchmarks.Checklist