-
Notifications
You must be signed in to change notification settings - Fork 915
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
Detail APIs for datetime functions #7430
Detail APIs for datetime functions #7430
Conversation
Codecov Report
@@ Coverage Diff @@
## branch-0.19 #7430 +/- ##
===============================================
+ Coverage 81.80% 82.26% +0.46%
===============================================
Files 101 101
Lines 16695 17072 +377
===============================================
+ Hits 13658 14045 +387
+ Misses 3037 3027 -10
Continue to review full report at Codecov.
|
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.
Looks good; couple of small suggestions:
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.
Looks good. You should add 2021 to the copyright in datetime_ops.cu
@davidwendt Thanks for catching it. I just added the year. |
@gpucibot merge |
Thanks @magnatelee! |
This PR adds detail APIs for datetime functions so that users can pass stream arguments to them.