Skip to content

Commit 12da087

Browse files
committed
fix typo
Signed-off-by: Alexander Droste <alexander.droste@protonmail.com>
1 parent 1880b47 commit 12da087

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vortex-cuda/src/dynamic_dispatch/plan_builder.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ pub enum DispatchPlan {
165165
/// the scratch region (`SMEM_TILE_SIZE` ≥ `FL_CHUNK_SIZE`).
166166
pub struct FusedPlan {
167167
/// Stages in kernel execution order; all but the last decode into
168-
/// shared memory, the last decodes into global memeory.
168+
/// shared memory, the last decodes into global memory.
169169
stages: Vec<(Stage, SmemOffset, OutputLen)>,
170170
/// Shared memory reserved by the non-output stages.
171171
smem_cursor: SmemOffset,

0 commit comments

Comments
 (0)