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

Commit

Permalink
Remove empty header and unnecessary includes.
Browse files Browse the repository at this point in the history
The CUDA-specific binary search implementation has been `#ifdef 0`d
for a long time. It didn't perform as well as the sequential
implementation and is dead code that uses old dispatch mechanisms.

Also remove a load of unused headers from
`thrust/system/cuda/execution_policy.h`. The comments around these
headers don't make sense and looks like this was being used for test
bookkeeping.
  • Loading branch information
alliepiper committed Dec 1, 2021
1 parent 295025a commit 94e9909
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 834 deletions.
Loading

0 comments on commit 94e9909

Please sign in to comment.