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

The performance of is_sorted could be improved #15

Closed
jaredhoberock opened this issue Apr 11, 2012 · 0 comments
Closed

The performance of is_sorted could be improved #15

jaredhoberock opened this issue Apr 11, 2012 · 0 comments
Labels
P3: backlog Unprioritized thrust type: enhancement New feature or request.

Comments

@jaredhoberock
Copy link
Contributor

is_sorted is generically implemented with is_sorted_until, but apparently can be implemented faster with inner_product in some cases.

kshitij12345 pushed a commit to kshitij12345/thrust that referenced this issue Mar 24, 2022
This was meant to be included by PR NVIDIA#5, but was accidentally
merged by NVIDIA#15. Since we need to update NVIDIA's internal CI to
use a newer MSVC, this change this must be removed for now.
@alliepiper alliepiper added the P3: backlog Unprioritized label Apr 28, 2022
@jrhemstad jrhemstad closed this as not planned Won't fix, can't repro, duplicate, stale Mar 7, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
P3: backlog Unprioritized thrust type: enhancement New feature or request.
Projects
Archived in project
Development

No branches or pull requests

3 participants