From ca70ac0c8c9c055487a70fef4a99494106ad71db Mon Sep 17 00:00:00 2001 From: Georgy Evtushenko Date: Mon, 12 Jun 2023 11:26:16 +0400 Subject: [PATCH] Forgot to update max policy --- cub/device/dispatch/dispatch_select_if.cuh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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