Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Specialize stable_partition_copy using a variant of the current specialization of copy_if #46

Closed
jaredhoberock opened this issue May 7, 2012 · 1 comment
Labels
type: enhancement New feature or request.

Comments

@jaredhoberock
Copy link
Contributor

copy_if could be implemented with stable_partition_copy + null_iterator

Forwarded from http://code.google.com/p/thrust/issues/detail?id=210

kshitij12345 pushed a commit to kshitij12345/thrust that referenced this issue Mar 24, 2022
cub::DeviceHistogram::HistogramEven routine.)
Former-commit-id: 04c172b07a02b013e468baa90f6a58f8a6926c52
@alliepiper
Copy link
Collaborator

The CUDA implementation of copy_if currently has a dedicated kernel.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type: enhancement New feature or request.
Projects
None yet
Development

No branches or pull requests

2 participants