[Backport 3.1] Backport PRs #4591 , #6176 , #6201 and #6006 - #6222
Merged
Conversation
miscco
force-pushed
the
backport_omnibus
branch
from
October 14, 2025 11:33
59daf60 to
ebc0f2b
Compare
Contributor
|
pre-commit.ci autofix |
Contributor
Contributor
|
/ok to test 64499f4 |
bernhardmgruber
approved these changes
Oct 14, 2025
davebayer
approved these changes
Oct 14, 2025
Contributor
|
/ok to test f2d1fa7 |
* Remove NVIDIA Software License from top-level license Removed NVIDIA Software License section from LICENSE file. * Remove NVIDIA Software License from LICENSE.TXT Removed the NVIDIA Software License section from the LICENSE.TXT file.
* Ensure that cuda iterators support for difference We want to suppport iterators that do not satisfy `sized_sentinel_for` but are tagged as `random_access` through the iterator category * Parsing is hard * Fix nvrtc
* Implement a EBCO version of `movable-box` * Use `__compressed_movable_box` for `strided_iterator` * Use `__compressed_movable_box` for `tabulate_output_iterator` * Use `__compressed_movable_box` for `transform_input_output_iterator` * Use `__compressed_movable_box` in `transform_iterator` * Use `__compressed_movable_box` in `transform_output_iterator` * Use `__compressed_movable_box` for `constant_iterator` * Make sure all iterators are `trivially_copyable` * Simplify tests * Add crazy workaround * Make sure we always properly value initialize when possible * Use `__compressed_movable_box` for `zip_transform_iterator` * Add missing `in_place_t` * fix noexcept * Disable compiler bugs about lifetimes * Fix merge conflict
…VIDIA#4591) * Fix `__float128` detection and require compiler support for literals * Use only `q` literal for `__float128` * Update libcudacxx/test/libcudacxx/std/numerics/numbers/value.pass.cpp * Update libcudacxx/test/libcudacxx/std/numerics/numbers/value.pass.cpp * Update libcudacxx/test/libcudacxx/std/numerics/numbers/value.pass.cpp * Update libcudacxx/test/libcudacxx/std/numerics/numbers/value.pass.cpp * fix float128 detection test * Update extended_data_types.fp128.fail.cpp
miscco
force-pushed
the
backport_omnibus
branch
from
October 14, 2025 12:37
4ab21ab to
92bbaac
Compare
davebayer
approved these changes
Oct 14, 2025
Contributor
🟩 CI finished in 2h 08m: Pass: 100%/205 | Total: 4d 16h | Avg: 33m 02s | Max: 2h 07m | Hits: 64%/340378
|
| Project | |
|---|---|
| CCCL Infrastructure | |
| CCCL Packaging | |
| +/- | libcu++ |
| CUB | |
| Thrust | |
| CUDA Experimental | |
| stdpar | |
| python | |
| CCCL C Parallel Library | |
| Catch2Helper |
Modifications in project or dependencies?
| Project | |
|---|---|
| CCCL Infrastructure | |
| +/- | CCCL Packaging |
| +/- | libcu++ |
| +/- | CUB |
| +/- | Thrust |
| +/- | CUDA Experimental |
| +/- | stdpar |
| +/- | python |
| +/- | CCCL C Parallel Library |
| +/- | Catch2Helper |
🏃 Runner counts (total jobs: 205)
| # | Runner |
|---|---|
| 128 | linux-amd64-cpu16 |
| 23 | windows-amd64-cpu16 |
| 14 | linux-amd64-gpu-h100-latest-1 |
| 14 | linux-amd64-gpu-rtxa6000-latest-1 |
| 12 | linux-arm64-cpu16 |
| 11 | linux-amd64-gpu-rtx2080-latest-1 |
| 3 | linux-amd64-gpu-rtx4090-latest-1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This backports the four PRs