diff --git a/include/flashinfer/utils.cuh b/include/flashinfer/utils.cuh index 23f3c0f0..4efda679 100644 --- a/include/flashinfer/utils.cuh +++ b/include/flashinfer/utils.cuh @@ -126,6 +126,9 @@ } else if (group_size == 2) { \ constexpr size_t GROUP_SIZE = 2; \ __VA_ARGS__ \ + } else if (group_size == 3) { \ + constexpr size_t GROUP_SIZE = 3; \ + __VA_ARGS__ \ } else if (group_size == 4) { \ constexpr size_t GROUP_SIZE = 4; \ __VA_ARGS__ \