Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gevtushenko committed May 9, 2023
1 parent 1574d91 commit 8f4008a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cub/agent/single_pass_scan_operators.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,7 @@ struct ClusterTilePrefixCallbackOp

if (threadIdx.x == 0)
{
T inclusive_prefix = scan_op(tile_descriptor.value, block_aggregate);
T inclusive_prefix = scan_op(exclusive_prefix, block_aggregate);
tile_status.SetInclusive(tile_idx, inclusive_prefix);
}
}
Expand Down

0 comments on commit 8f4008a

Please sign in to comment.