Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NVIDIA/cccl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.1.0
Choose a base ref
...
head repository: NVIDIA/cccl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.1.1
Choose a head ref
  • 9 commits
  • 41 files changed
  • 4 contributors

Commits on Oct 15, 2025

  1. Bump branch/3.1.x to 3.1.1. (#6235)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    wmaxey and github-actions[bot] authored Oct 15, 2025
    Configuration menu
    Copy the full SHA
    1128b6f View commit details
    Browse the repository at this point in the history
  2. Fix __compressed_movable_box for non copyable and not default const…

    …ructible types (#6247) (#6248)
    
    Only synthesize the copy / move constructor when we have an engaged state and do not rely on the default constructor for that
    
    (cherry picked from commit 8e61203)
    
    Co-authored-by: Michael Schellenberger Costa <miscco@nvidia.com>
    github-actions[bot] and miscco authored Oct 15, 2025
    Configuration menu
    Copy the full SHA
    35c2a30 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2025

  1. Fix __is_primary_std_template for libc++ (#6243) (#6249)

    We were using the wrong check, so that we would check for a specialization of `::cuda::std::iterator_traits` instead of `::std::iterator_traits`
    
    Fixes #6238
    
    (cherry picked from commit 813e75e)
    
    Co-authored-by: Michael Schellenberger Costa <miscco@nvidia.com>
    github-actions[bot] and miscco authored Oct 16, 2025
    Configuration menu
    Copy the full SHA
    4892eff View commit details
    Browse the repository at this point in the history
  2. Fix invalid refactoring of #4377 (#6246) (#6265)

    I dont know how this ever compiled, but there were some issues when I implemented #4377
    
    The first issue was that `enable_meow_reduction_sm90_v`
    
    Should take `iter_value_t<Input>` and not `Input`
    
    The second issue is that we only want to apply ternary optimization when length is greater than 6
    
    Fixes nvbug5550347
    miscco authored Oct 16, 2025
    Configuration menu
    Copy the full SHA
    8d23059 View commit details
    Browse the repository at this point in the history
  3. Fix using char as the index type of tabulate_output_iterator (#6271

    …) (#6273)
    
    If a user compiles with `-funsigned-char` this will break.
    
    Rather use the explicit `signed char`
    
    Fixes #6256
    
    (cherry picked from commit 3429b60)
    
    Co-authored-by: Michael Schellenberger Costa <miscco@nvidia.com>
    github-actions[bot] and miscco authored Oct 16, 2025
    Configuration menu
    Copy the full SHA
    da335c0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dc64a27 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2025

  1. [Backport branch/3.1.x] Fix missed constructor with compressed box (#…

    …6272)
    
    * Fix missed constructor with compressed box (#6268)
    
    * Fix missed constructor with compressed box
    
    Fixes #6258
    
    * Fix compiler issues
    
    (cherry picked from commit 8012139)
    
    * Avoid segfault in internal test
    
    ---------
    
    Co-authored-by: Michael Schellenberger Costa <miscco@nvidia.com>
    github-actions[bot] and miscco authored Oct 17, 2025
    Configuration menu
    Copy the full SHA
    a9c8c78 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2025

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

Commits on Oct 26, 2025

  1. Include <math.h> in <cuda/std/cmath> headers unconditionally (#6333

    …) (#6339)
    
    (cherry picked from commit 0004326)
    davebayer authored Oct 26, 2025
    Configuration menu
    Copy the full SHA
    148102d View commit details
    Browse the repository at this point in the history
Loading