Skip to content

Commit

Permalink
Exp
Browse files Browse the repository at this point in the history
  • Loading branch information
gevtushenko committed Jun 16, 2023
1 parent b4b28c6 commit 8323999
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cub/device/dispatch/dispatch_select_if.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -345,12 +345,12 @@ struct sm90_tuning<Input, false, true, 4, true, 1>
template <class Input>
struct sm90_tuning<Input, false, true, 4, true, 2>
{
static constexpr int threads = 384;
static constexpr int items = 20;
static constexpr int threads = 320;
static constexpr int items = 14;

static constexpr BlockLoadAlgorithm load_algorithm = BLOCK_LOAD_DIRECT;

using delay_constructor = detail::exponential_backon_jitter_window_constructor_t<1180, 715>;
using delay_constructor = detail::fixed_delay_constructor_t<500, 560>;
};

template <class Input>
Expand Down

0 comments on commit 8323999

Please sign in to comment.