-
Notifications
You must be signed in to change notification settings - Fork 311
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
Replace all uses of thrust::optional
with cuda::std::optional
#4891
base: branch-25.02
Are you sure you want to change the base?
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 this update.
I identified several files, tagged with comments, where it looks like we could just drop the include file rather than changing it. If you're willing to make those changes (and they compile) that would be great. If you'd rather we do that, I can put it on the list to review those changes in 25.04.
cpp/src/sampling/detail/remove_visited_vertices_from_frontier.cuh
Outdated
Show resolved
Hide resolved
cpp/src/sampling/detail/remove_visited_vertices_from_frontier_sg_v32_e32.cu
Outdated
Show resolved
Hide resolved
cpp/src/sampling/detail/remove_visited_vertices_from_frontier_sg_v64_e64.cu
Outdated
Show resolved
Hide resolved
@ChuckHastings Thanks a lot for the review. I went ahead and checked those files. It seems that those were actually using |
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.
LGTM
/merge |
thrust::optional
is being deprecated and will be removed in a future version of CCCL