Skip to content

[REVIEW] Define and implement new datetime_ops APIs#3201

Merged
harrism merged 46 commits intorapidsai:branch-0.11from
trxcllnt:libcudf++/datetime_ops
Nov 22, 2019
Merged

[REVIEW] Define and implement new datetime_ops APIs#3201
harrism merged 46 commits intorapidsai:branch-0.11from
trxcllnt:libcudf++/datetime_ops

Conversation

@trxcllnt
Copy link
Copy Markdown
Contributor

@trxcllnt trxcllnt commented Oct 23, 2019

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 in libcudacxx 🎉.

I made a few changes to column_view and column_device_view begin/end iterators which I found necessary, but feel free to suggest alternatives if you disagree.

Related issue: #2935

@trxcllnt trxcllnt added the 0 - Blocked Cannot progress due to external reasons label Oct 23, 2019
@trxcllnt trxcllnt requested review from a team as code owners October 23, 2019 20:29
Copy link
Copy Markdown
Contributor

@jrhemstad jrhemstad left a 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++. 😍

@trxcllnt
Copy link
Copy Markdown
Contributor Author

rerun tests

@harrism harrism requested a review from jrhemstad November 17, 2019 21:30
@trxcllnt trxcllnt removed the 2 - In Progress Currently a work in progress label Nov 18, 2019
Copy link
Copy Markdown
Member

@harrism harrism left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One thing missed.

@jrhemstad jrhemstad requested a review from harrism November 21, 2019 18:45
@trxcllnt
Copy link
Copy Markdown
Contributor Author

After this is merged we'll need folks to run this to update the libcu++ submodule correctly:

git submodule sync --recursive && git submodule update --init --recursive

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3 - Ready for Review Ready for review by team

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants