diff --git a/cub/device/dispatch/dispatch_select_if.cuh b/cub/device/dispatch/dispatch_select_if.cuh index a2e1cf1b7..1a833daf9 100644 --- a/cub/device/dispatch/dispatch_select_if.cuh +++ b/cub/device/dispatch/dispatch_select_if.cuh @@ -225,7 +225,7 @@ struct device_select_policy_hub struct Policy900 : ChainedPolicy<900, Policy900, Policy350> { - using tuning = detail::select::sm90_tuning; + using tuning = detail::select::sm90_tuning; using SelectIfPolicyT = AgentSelectIfPolicy