Deprecate thrust event, future and more#3457
Merged
bernhardmgruber merged 10 commits intoNVIDIA:mainfrom Jan 23, 2025
Merged
Conversation
86 tasks
miscco
approved these changes
Jan 21, 2025
a212699 to
c5e3324
Compare
Deprecate: * detail::dependencies_aware_execution_policy * detail::execute_with_allocator_and_dependencies * detail::execute_with_dependencies * [device_]unique_eager_event * [device_]event * [device_]unique_eager_future * [device_]future * new_stream[_t] * when_all And many utility entities around those
892fdb4 to
9fa2064
Compare
Contributor
🟨 CI finished in 3h 38m: Pass: 97%/78 | Total: 16h 44m | Avg: 12m 52s | Max: 48m 02s | Hits: 403%/12708
|
| Project | |
|---|---|
| CCCL Infrastructure | |
| libcu++ | |
| CUB | |
| +/- | Thrust |
| CUDA Experimental | |
| python | |
| CCCL C Parallel Library | |
| Catch2Helper |
Modifications in project or dependencies?
| Project | |
|---|---|
| CCCL Infrastructure | |
| libcu++ | |
| +/- | CUB |
| +/- | Thrust |
| CUDA Experimental | |
| +/- | python |
| +/- | CCCL C Parallel Library |
| +/- | Catch2Helper |
🏃 Runner counts (total jobs: 78)
| # | Runner |
|---|---|
| 53 | linux-amd64-cpu16 |
| 11 | linux-amd64-gpu-v100-latest-1 |
| 9 | windows-amd64-cpu16 |
| 4 | linux-arm64-cpu16 |
| 1 | linux-amd64-gpu-h100-latest-1-testing |
Before this commit, only nvhpc jobs failed
Contributor
🟩 CI finished in 3h 05m: Pass: 100%/78 | Total: 16h 28m | Avg: 12m 40s | Max: 47m 27s | Hits: 411%/12708
|
| Project | |
|---|---|
| CCCL Infrastructure | |
| libcu++ | |
| CUB | |
| +/- | Thrust |
| CUDA Experimental | |
| python | |
| CCCL C Parallel Library | |
| Catch2Helper |
Modifications in project or dependencies?
| Project | |
|---|---|
| CCCL Infrastructure | |
| libcu++ | |
| +/- | CUB |
| +/- | Thrust |
| CUDA Experimental | |
| +/- | python |
| +/- | CCCL C Parallel Library |
| +/- | Catch2Helper |
🏃 Runner counts (total jobs: 78)
| # | Runner |
|---|---|
| 53 | linux-amd64-cpu16 |
| 11 | linux-amd64-gpu-v100-latest-1 |
| 9 | windows-amd64-cpu16 |
| 4 | linux-arm64-cpu16 |
| 1 | linux-amd64-gpu-h100-latest-1-testing |
Contributor
|
Git push to origin failed for branch/2.8.x with exitcode 128 |
bernhardmgruber
added a commit
to bernhardmgruber/cccl
that referenced
this pull request
Jan 23, 2025
Deprecate: * detail::dependencies_aware_execution_policy * detail::execute_with_allocator_and_dependencies * detail::execute_with_dependencies * [device_]unique_eager_event * [device_]event * [device_]unique_eager_future * [device_]future * new_stream[_t] * when_all And many utility entities around those
davebayer
pushed a commit
to davebayer/cccl
that referenced
this pull request
Jan 29, 2025
Deprecate: * detail::dependencies_aware_execution_policy * detail::execute_with_allocator_and_dependencies * detail::execute_with_dependencies * [device_]unique_eager_event * [device_]event * [device_]unique_eager_future * [device_]future * new_stream[_t] * when_all And many utility entities around those
bernhardmgruber
added a commit
to bernhardmgruber/cccl
that referenced
this pull request
Jan 31, 2025
Deprecate: * detail::dependencies_aware_execution_policy * detail::execute_with_allocator_and_dependencies * detail::execute_with_dependencies * [device_]unique_eager_event * [device_]event * [device_]unique_eager_future * [device_]future * new_stream[_t] * when_all And many utility entities around those
bernhardmgruber
added a commit
to bernhardmgruber/cccl
that referenced
this pull request
Jan 31, 2025
Deprecate: * detail::dependencies_aware_execution_policy * detail::execute_with_allocator_and_dependencies * detail::execute_with_dependencies * [device_]unique_eager_event * [device_]event * [device_]unique_eager_future * [device_]future * new_stream[_t] * when_all And many utility entities around those
bernhardmgruber
added a commit
that referenced
this pull request
Jan 31, 2025
Deprecate: * detail::dependencies_aware_execution_policy * detail::execute_with_allocator_and_dependencies * detail::execute_with_dependencies * [device_]unique_eager_event * [device_]event * [device_]unique_eager_future * [device_]future * new_stream[_t] * when_all And many utility entities around those
36 tasks
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.
Deprecate:
And many utility entities around those