You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This would help push a little messy logic in the cudf cython code down into libcudf and hopefully fits the pattern of the rest of libcudf. I am happy to take this on if this seems like an agreeable change 👍
The text was updated successfully, but these errors were encountered:
Should extract-with-enum accept multiple enum values (in a cudf::host_span), thereby allowing the extraction of multiple components into a cudf::table with a single kernel call?
That might help with some performance concerns we discussed in #16500 (comment).
I would like to use this datetime component enum in some kind of function with a signature like the following:
This would help push a little messy logic in the cudf cython code down into libcudf and hopefully fits the pattern of the rest of libcudf. I am happy to take this on if this seems like an agreeable change 👍
The text was updated successfully, but these errors were encountered: