Skip to content

Commit

Permalink
Forgot to set partial state
Browse files Browse the repository at this point in the history
  • Loading branch information
gevtushenko committed May 9, 2023
1 parent 8f4008a commit 5333190
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cub/agent/single_pass_scan_operators.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -571,6 +571,9 @@ struct ClusterTilePrefixCallbackOp
{
if (threadIdx.x == 0)
{
T inclusive_prefix = scan_op(exclusive_prefix, block_aggregate);
tile_status.SetPartial(tile_idx, inclusive_prefix);

do
{
LoadTileDescriptor(src_cta, tile_descriptor);
Expand Down

0 comments on commit 5333190

Please sign in to comment.