Remove useless constant statement in the kernel

This commit is contained in:
Qianfeng Zhang
2025-09-19 07:17:39 +00:00
parent db62a9f47e
commit bd32cc0de0

View File

@@ -34,8 +34,6 @@ struct HstuAttentionFwdKernel
static constexpr ck_tile::index_t kBlockSize = HstuAttentionPipeline::kBlockSize;
static constexpr ck_tile::index_t kBlockPerCu = HstuAttentionPipeline::kBlockPerCu;
static_assert(kBlockPerCu > 0);
static constexpr ck_tile::index_t kBlockPerCuInput =
HstuAttentionPipeline::Problem::kBlockPerCu;
using QKVDataType = ck_tile::remove_cvref_t<typename HstuAttentionPipeline::QKVDataType>;
using BiasDataType = ck_tile::remove_cvref_t<typename HstuAttentionPipeline::BiasDataType>;