Skip to content
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

Avoid output cast by using unsigned type output for GpuExtractChunk32 [databricks] #4805

Merged
merged 1 commit into from
Feb 17, 2022

Conversation

jlowe
Copy link
Member

@jlowe jlowe commented Feb 16, 2022

Fixes #4777.

Now that rapidsai/cudf#10246 is fixed, we can avoid upcasting the outputs of GpuExtractChunk32 by directly using the unsigned types generated during the chunk extraction. This also adds GPU unsigned types for integer and long for use in Catalyst expressions which are needed for this change.

Signed-off-by: Jason Lowe <jlowe@nvidia.com>
@jlowe jlowe added the performance A performance related task/issue label Feb 16, 2022
@jlowe jlowe added this to the Feb 14 - Feb 25 milestone Feb 16, 2022
@jlowe jlowe self-assigned this Feb 16, 2022
@jlowe
Copy link
Member Author

jlowe commented Feb 16, 2022

build

@abellina abellina merged commit e00a3f7 into NVIDIA:branch-22.04 Feb 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
performance A performance related task/issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove input upcast in GpuExtractChunk32
3 participants