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

Reduce header bloat #1572

Merged
merged 1 commit into from
Dec 14, 2021
Merged

Commits on Dec 14, 2021

  1. Remove empty header and unnecessary includes.

    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.
    alliepiper committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    f296ff8 View commit details
    Browse the repository at this point in the history