[STF] frozen_logical_data::get_access_mode()#3646
Merged
caugonnet merged 2 commits intoNVIDIA:mainfrom Feb 3, 2025
Merged
Conversation
…de used to freeze a logical data (and avoid storing this information separately)
Contributor
Contributor
Author
|
/ok to test |
miscco
approved these changes
Feb 3, 2025
bernhardmgruber
approved these changes
Feb 3, 2025
Contributor
🟩 CI finished in 45m 39s: Pass: 100%/20 | Total: 3h 47m | Avg: 11m 23s | Max: 14m 42s | Hits: 388%/522
|
| 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: 20)
| # | Runner |
|---|---|
| 12 | linux-amd64-cpu16 |
| 4 | linux-arm64-cpu16 |
| 2 | windows-amd64-cpu16 |
| 2 | linux-amd64-gpu-rtx2080-latest-1 |
Contributor
Author
|
/ok to test |
Contributor
🟩 CI finished in 18m 15s: Pass: 100%/20 | Total: 1h 36m | Avg: 4m 49s | Max: 12m 50s | Hits: 388%/522
|
| 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: 20)
| # | Runner |
|---|---|
| 12 | linux-amd64-cpu16 |
| 4 | linux-arm64-cpu16 |
| 2 | windows-amd64-cpu16 |
| 2 | linux-amd64-gpu-rtx2080-latest-1 |
shwina
pushed a commit
to shwina/cccl
that referenced
this pull request
Feb 3, 2025
…de used to (NVIDIA#3646) freeze a logical data (and avoid storing this information separately)
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.
Implement frozen_logical_data::get_access_mode to query the access mode used to freeze a logical data (and avoid storing this information separately)
Description
closes
Checklist