-
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
Use cudf::thread_index_type in get_json_object and tdigest kernels #13962
Use cudf::thread_index_type in get_json_object and tdigest kernels #13962
Conversation
…use cudf::thread_index_type.
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.
LGTM. It would be good to incorporate the global_thread_id()
change.
Looks like someone did not set up their github account to support signed commits. |
/ok to test |
/merge |
admin merging due to the |
Convert the grid-stride loop in
get_json_object_kernel
to usecudf::thread_index_type
. Convertcompute_percentiles_kernel
to usecudf::thread_index_type
.Checklist