Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gevtushenko committed Jun 12, 2023
1 parent bde9f84 commit b827473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cub/device/dispatch/dispatch_select_if.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ struct device_select_policy_hub

struct Policy900 : ChainedPolicy<900, Policy900, Policy350>
{
using tuning = detail::select::sm90_tuning<InputT, MayAlias>;
using tuning = detail::select::sm90_tuning<InputT>;

using SelectIfPolicyT = AgentSelectIfPolicy<tuning::threads,
tuning::items,
Expand Down

0 comments on commit b827473

Please sign in to comment.