Skip to content

Commit

Permalink
I64
Browse files Browse the repository at this point in the history
  • Loading branch information
gevtushenko committed Jun 16, 2023
1 parent 8323999 commit b2cd7b9
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 @@ -436,12 +436,12 @@ struct sm90_tuning<Input, true, true, 4, true, 4>
template <class Input>
struct sm90_tuning<Input, true, true, 4, true, 8>
{
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
Expand Down

0 comments on commit b2cd7b9

Please sign in to comment.