-
Notifications
You must be signed in to change notification settings - Fork 908
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
Implement rolling in pylibcudf #14982
Implement rolling in pylibcudf #14982
Conversation
@classmethod | ||
def from_udf(cls, op, *args, **kwargs): | ||
# Handling UDF type | ||
nb_type = numpy_support.from_dtype(kwargs['dtype']) |
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.
Nit: Would be since if dtype
was explicitly in the signature.
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.
Agreed. There's a lot of rewriting of the Cython layer that we should do once pylibcudf is completed.
/merge |
1 similar comment
/merge |
Description
Contributes to #13921
Checklist