From b2cd7b9aa7471a56eed40348e95be950364b586d Mon Sep 17 00:00:00 2001 From: Georgy Evtushenko Date: Fri, 16 Jun 2023 16:26:27 +0400 Subject: [PATCH] I64 --- cub/device/dispatch/dispatch_select_if.cuh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cub/device/dispatch/dispatch_select_if.cuh b/cub/device/dispatch/dispatch_select_if.cuh index e7a4f1aa8..7d331d3a5 100644 --- a/cub/device/dispatch/dispatch_select_if.cuh +++ b/cub/device/dispatch/dispatch_select_if.cuh @@ -436,12 +436,12 @@ struct sm90_tuning template struct sm90_tuning { - static constexpr int threads = 128; - static constexpr int items = 9; + static constexpr int threads = 224; + static constexpr int items = 6; static constexpr BlockLoadAlgorithm load_algorithm = BLOCK_LOAD_DIRECT; - using delay_constructor = detail::fixed_delay_constructor_t<468, 1175>; + using delay_constructor = detail::fixed_delay_constructor_t<532, 1180>; }; #if CUB_IS_INT128_ENABLED