-
Notifications
You must be signed in to change notification settings - Fork 920
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] Define and implement new datetime_ops APIs #3201
[REVIEW] Define and implement new datetime_ops APIs #3201
Conversation
…s to column_device_view
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.
I'm over the moon at how clean this implementation is thanks to libcu++. 😍
rerun tests |
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.
One thing missed.
After this is merged we'll need folks to run this to update the libcu++ submodule correctly:
|
Do not merge until libcudacxx/pull/5 and libcxx/pull/17 are resolved.This PR implements
datetime_ops.cu
for the new libcudf++ column using the new C++20 calendar functions inlibcudacxx
🎉.I made a few changes to
column_view
andcolumn_device_view
begin/end iterators which I found necessary, but feel free to suggest alternatives if you disagree.Related issue: #2935