[cuda.cooperative] Support multidimensional thread blocks in block load/store and improve load/store docs#3161
Merged
bernhardmgruber merged 3 commits intoNVIDIA:mainfrom Mar 3, 2025
Conversation
Contributor
f5773e3 to
ae7b656
Compare
Contributor
Author
|
@shwina @tpn @gevtushenko Please review and merge. |
gevtushenko
approved these changes
Mar 2, 2025
python/cuda_cooperative/cuda/cooperative/experimental/block/_block_load_store.py
Outdated
Show resolved
Hide resolved
python/cuda_cooperative/cuda/cooperative/experimental/block/_block_load_store.py
Outdated
Show resolved
Hide resolved
python/cuda_cooperative/cuda/cooperative/experimental/block/_block_load_store.py
Outdated
Show resolved
Hide resolved
…res and add documentation for block loads and stores.
a885984 to
232b226
Compare
load/store example and fix the return types of block load/store in the docs.
Contributor
|
/ok to test |
Contributor
🟩 CI finished in 58m 40s: Pass: 100%/1 | Total: 58m 40s | Avg: 58m 40s | Max: 58m 40s
|
| 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: 1)
| # | Runner |
|---|---|
| 1 | linux-amd64-gpu-rtx2080-latest-1 |
This was referenced Mar 3, 2025
davebayer
pushed a commit
to davebayer/cccl
that referenced
this pull request
Apr 7, 2025
…ad/store and improve load/store docs (NVIDIA#3161) * [cuda.cooperative] Support multidimensional thread blocks in block load/store * [cuda.cooperative] Add tests for multidimensional block loads and stores and add documentation for block loads and stores. * [cuda.cooperative] Remove an unnecessary synchronization from the block load/store example and fix the return types of block load/store in the docs.
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.
Description
This PR changes
cuda.cooperative.block.loadandcuda.cooperative.block.storeto accept a multi-dimensional block shape.Checklist