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

[FEA]: DeviceReduceTransformReduceByKey #1239

Open
1 task done
AustinSchuh opened this issue Dec 22, 2023 · 0 comments
Open
1 task done

[FEA]: DeviceReduceTransformReduceByKey #1239

AustinSchuh opened this issue Dec 22, 2023 · 0 comments
Labels
feature request New feature or request.

Comments

@AustinSchuh
Copy link

Is this a duplicate?

Area

CUB

Is your feature request related to a problem? Please describe.

I'm trying to use DeviceReduce to efficiently compute the bounding box for each set of inputs which have a matching key. The input value is a lot smaller than the structure I'm reducing over.

Describe the solution you'd like

I would like to see the ByKey equivalent of DeviceReduce::TransformReduce.
I'm able to do this by using a TransformInputIterator, but that consumes more memory.

Describe alternatives you've considered

DeviceReduce::ReduceByKey can be persuaded to work with a cub::TransformInputIterator, but has the same tradeoffs that made it worth building DeviceReduce::TransformReduce.

Additional context

No response

@AustinSchuh AustinSchuh added the feature request New feature or request. label Dec 22, 2023
@github-project-automation github-project-automation bot moved this to Todo in CCCL Dec 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request.
Projects
Status: Todo
Development

No branches or pull requests

1 participant