Skip to content

Commit

Permalink
Tune I8
Browse files Browse the repository at this point in the history
  • Loading branch information
gevtushenko committed Jun 6, 2023
1 parent 0f57445 commit db1eb3d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions cub/device/dispatch/dispatch_scan.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,15 @@ struct sm90_tuning
using delay_constructor = detail::default_delay_constructor_t<AccumT>;
};

template <class AccumT>
struct sm90_tuning<AccumT, 1>
{
static constexpr int threads = 192;
static constexpr int items = 22;

using delay_constructor = detail::fixed_delay_constructor_t<288, 1200>;
};

template <class AccumT>
struct sm90_tuning<AccumT, 2>
{
Expand Down

0 comments on commit db1eb3d

Please sign in to comment.