Skip to content

Commit

Permalink
Extra variable
Browse files Browse the repository at this point in the history
  • Loading branch information
gevtushenko committed May 9, 2023
1 parent 1e05a4d commit 22a96ae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cub/agent/single_pass_scan_operators.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,6 @@ struct ClusterTilePrefixCallbackOp
BroadcastInclusiveAggregate(T block_aggregate, ScanTileStatus status)
{
const unsigned int cta_rank = cooperative_groups::cluster_group::block_rank();
const unsigned int dst_cta = cta_rank + 1 + threadIdx.x;

// Notify last CTA first
for (int dst_cta = CUB_DETAIL_CLUSTER_SIZE - 1; dst_cta > 0; dst_cta--)
Expand Down

0 comments on commit 22a96ae

Please sign in to comment.