[REVIEW] Define and implement new datetime_ops APIs#3201
Merged
harrism merged 46 commits intorapidsai:branch-0.11from Nov 22, 2019
Merged
[REVIEW] Define and implement new datetime_ops APIs#3201harrism merged 46 commits intorapidsai:branch-0.11from
harrism merged 46 commits intorapidsai:branch-0.11from
Conversation
…s to column_device_view
trxcllnt
commented
Oct 23, 2019
trxcllnt
commented
Oct 23, 2019
trxcllnt
commented
Oct 23, 2019
trxcllnt
commented
Oct 23, 2019
trxcllnt
commented
Oct 23, 2019
trxcllnt
commented
Oct 23, 2019
trxcllnt
commented
Oct 23, 2019
trxcllnt
commented
Oct 23, 2019
12 tasks
jrhemstad
requested changes
Oct 24, 2019
Contributor
jrhemstad
left a comment
There was a problem hiding this comment.
I'm over the moon at how clean this implementation is thanks to libcu++. 😍
Contributor
Author
|
rerun tests |
harrism
approved these changes
Nov 15, 2019
This was referenced Nov 16, 2019
jrhemstad
requested changes
Nov 20, 2019
jrhemstad
approved these changes
Nov 21, 2019
Contributor
Author
|
After this is merged we'll need folks to run this to update the libcu++ submodule correctly: |
harrism
approved these changes
Nov 21, 2019
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Do not merge until libcudacxx/pull/5 and libcxx/pull/17 are resolved.This PR implements
datetime_ops.cufor the new libcudf++ column using the new C++20 calendar functions inlibcudacxx🎉.I made a few changes to
column_viewandcolumn_device_viewbegin/end iterators which I found necessary, but feel free to suggest alternatives if you disagree.Related issue: #2935