Skip to content

Commit

Permalink
Fine-tune I8
Browse files Browse the repository at this point in the history
  • Loading branch information
gevtushenko committed Jun 6, 2023
1 parent db1eb3d commit 6a9be57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cub/device/dispatch/dispatch_scan.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ 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>;
using delay_constructor = detail::fixed_delay_constructor_t<168, 1140>;
};

template <class AccumT>
Expand Down

0 comments on commit 6a9be57

Please sign in to comment.