-
Notifications
You must be signed in to change notification settings - Fork 310
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 literals passed to device_uvector::set_element_async
#1453
Remove literals passed to device_uvector::set_element_async
#1453
Conversation
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 for the update!
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, Mark.
codecov failing to connect in CI? |
rerun tests |
@BradReesWork this should be safe to merge and good to get it in before RMM #725 merges. Why the DO NOT MERGE label? |
@harrism I marked it as blocked based on your comment "After rapidsai/rmm#725 is merged," If there is not an issue for cuGraph, then I'll merge it now |
@gpucibot merge |
Ah sorry, I meant RMM 725 would break cuGraph build if merged, but this was safe before and after 725. |
After rapidsai/rmm#725 is merged, this PR updates cuspatial to eliminate passing literal values to device_uvector::set_element_async.
Companion PR to rapidsai/cuspatial#367