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

Prune CUB's ChainedPolicy by __CUDA_ARCH_LIST__ #2154

Merged
merged 6 commits into from
Sep 26, 2024

Commits on Aug 30, 2024

  1. Prune CUB's ChainedPolicy by __CUDA_ARCH_LIST__

    Co-authored-by: Elias Stehle <3958403+elstehle@users.noreply.github.com>
    bernhardmgruber and elstehle committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    83d4192 View commit details
    Browse the repository at this point in the history
  2. Workaround GCC 13 error:

    ```
    /home/coder/cccl/thrust/thrust/cmake/../../thrust/iterator/detail/transform_input_output_iterator.inl:68:9: error: writing 1 byte into a region of size 0 [-Werror=stringop-overflow=]
         68 |     *io = output_function(x);
            |     ~~~~^~~~~~~~~~~~~~~~~~~~~
    ```
    bernhardmgruber committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    86040f3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5789029 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c2b6385 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Configuration menu
    Copy the full SHA
    c32422a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a529b38 View commit details
    Browse the repository at this point in the history