diff --git a/cub/device/dispatch/dispatch_select_if.cuh b/cub/device/dispatch/dispatch_select_if.cuh index 2367e4848..76f2056e5 100644 --- a/cub/device/dispatch/dispatch_select_if.cuh +++ b/cub/device/dispatch/dispatch_select_if.cuh @@ -232,7 +232,7 @@ struct device_select_policy_hub typename tuning::delay_constructor>; }; - using MaxPolicy = Policy350; + using MaxPolicy = Policy900; }; } // detail