Skip to content

Commit

Permalink
Fix reduce by key tile state for Pascal
Browse files Browse the repository at this point in the history
  • Loading branch information
gevtushenko committed Jun 13, 2023
1 parent 01f8003 commit 237ee94
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 @@ -997,7 +997,7 @@ struct ReduceByKeyScanTileState<ValueT, KeyT, true>
/**
* Wait for the corresponding tile to become non-invalid
*/
template <class DelayT = detail::fixed_delay_constructor_t<350, 450>>
template <class DelayT = detail::fixed_delay_constructor_t<350, 450>::delay_t>
__device__ __forceinline__ void WaitForValid(
int tile_idx,
StatusWord &status,
Expand Down

0 comments on commit 237ee94

Please sign in to comment.