mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-14 18:17:44 +00:00
Remove useless constant statement in the kernel
This commit is contained in:
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user