Skip to content

Commit a885984

Browse files
Fix documentation bug.
Co-authored-by: Georgii Evtushenko <evtushenko.georgy@gmail.com>
1 parent c71a712 commit a885984

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/cuda_cooperative/cuda/cooperative/experimental/block/_block_load_store.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ def store(dtype, threads_in_block, items_per_thread=1, algorithm="direct"):
145145
For more details, [read the corresponding CUB C++ documentation](https://nvidia.github.io/cccl/cub/api/classcub_1_1BlockStore.html).
146146
147147
Args:
148-
dtype: Data type being loaded
148+
dtype: Data type being stored
149149
threads_in_block: The number of threads in a block, either an integer or a tuple of 2 or 3 integers
150150
items_per_thread: The number of items each thread loads
151151
algorithm: The data movement algorithm to use

0 commit comments

Comments
 (0)