Skip to content

Commit 240ecdf

Browse files
authored
Fix typo in agent_batch_memcpy.cuh comment. (NVIDIA#4730)
1 parent 76d2b76 commit 240ecdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cub/cub/agent/agent_batch_memcpy.cuh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -597,7 +597,7 @@ private:
597597
BlockBufferOffsetT buffer_id;
598598
};
599599

600-
// Load buffers in a striped arrangement if we do not want to performa a stable partitioning into
600+
// Load buffers in a striped arrangement if we do not want to perform a stable partitioning into
601601
// small, medium, and large buffers, otherwise load them in a blocked arrangement
602602
using BufferLoadT =
603603
BlockLoad<BufferSizeT,

0 commit comments

Comments
 (0)