Skip to content

Commit

Permalink
Default with SFINAE, not with sm90
Browse files Browse the repository at this point in the history
  • Loading branch information
gonidelis committed Feb 6, 2025
1 parent 5e03389 commit 01fc1de
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cub/cub/device/dispatch/tuning/tuning_reduce_by_key.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -720,7 +720,6 @@ struct sm100_tuning<KeyT, AccumT, primitive_op::yes, primitive_key::yes, primiti
// I16, F32, I32 regresses, default it back.
template <class KeyT>
struct sm100_tuning<KeyT, float, primitive_op::yes, primitive_key::yes, primitive_accum::yes, key_size::_2, accum_size::_4>
: sm90_tuning<KeyT, float, primitive_op::yes, primitive_key::yes, primitive_accum::yes, key_size::_4, accum_size::_1>
{};

// todo(gonidelis): Add tunings for I128.
Expand Down

0 comments on commit 01fc1de

Please sign in to comment.