Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fbusato committed Jan 13, 2025
1 parent 68a115f commit 43b2b58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cub/cub/warp/specializations/warp_reduce_smem.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ struct WarpReduceSmem
}

// Keep bits above the current thread.
warp_flags &= ::cuda::ptx::get_sreg_lanemask_ge();
warp_flags &= ::cuda::ptx::get_sreg_lanemask_gt();

// Accommodate packing of multiple logical warps in a single physical warp
if (!IS_ARCH_WARP)
Expand Down

0 comments on commit 43b2b58

Please sign in to comment.