Skip to content

Commit

Permalink
Forgot one
Browse files Browse the repository at this point in the history
  • Loading branch information
gevtushenko committed May 23, 2023
1 parent bcbb6d1 commit 837855f
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 @@ -715,7 +715,7 @@ struct ReduceByKeyScanTileState<ValueT, KeyT, true>

do
{
detail::delay_or_prevent_hoisting(delay);
detail::delay_or_prevent_hoisting(delay <<= 1);
TxnWord alias = detail::load_relaxed(d_tile_descriptors + TILE_STATUS_PADDING + tile_idx);
tile_descriptor = reinterpret_cast<TileDescriptor&>(alias);

Expand Down

0 comments on commit 837855f

Please sign in to comment.