Remove the name string definition in each pipeline since it is not used

This commit is contained in:
Qianfeng Zhang
2026-07-08 15:06:52 +00:00
parent db5cd5ed2d
commit 0b1efa2cab
6 changed files with 0 additions and 12 deletions

View File

@@ -101,8 +101,6 @@ struct HstuAttentionNoSoftmaxFwdPipelineQRKSVS
}
}();
static constexpr const char* name = "qr_hstu";
using DropoutType = std::conditional_t<kHasDropout, BlockDropout, NullBlockDropout>;
CK_TILE_DEVICE static constexpr ck_tile::index_t GetSmemSize()

View File

@@ -48,8 +48,6 @@ struct HstuAttentionNoSoftmaxFwdSplitKVCombinePipeline
}
}();
static constexpr const char* name = "hstu_no_softmax_fwd_splitkv_combine";
CK_TILE_DEVICE static constexpr ck_tile::index_t GetSmemSize()
{
return Policy::template GetSmemSize<Problem>();

View File

@@ -102,8 +102,6 @@ struct HstuAttentionNoSoftmaxFwdPipelineQRKSVSTrLoad
}
}();
static constexpr const char* name = "qr_hstu";
using DropoutType = std::conditional_t<kHasDropout, BlockDropout, NullBlockDropout>;
CK_TILE_DEVICE static constexpr ck_tile::index_t GetSmemSize()

View File

@@ -105,8 +105,6 @@ struct HstuAttentionWithSoftmaxFwdPipelineQRKSVS
}
}();
static constexpr const char* name = "qr_hstu";
using DropoutType = std::conditional_t<kHasDropout, BlockDropout, NullBlockDropout>;
CK_TILE_DEVICE static constexpr ck_tile::index_t GetSmemSize()

View File

@@ -54,8 +54,6 @@ struct HstuAttentionWithSoftmaxFwdSplitKVCombinePipeline
}
}();
static constexpr const char* name = "hstu_with_softmax_fwd_splitkv_combine";
CK_TILE_DEVICE static constexpr ck_tile::index_t GetSmemSize()
{
return Policy::template GetSmemSize<Problem>();

View File

@@ -105,8 +105,6 @@ struct HstuAttentionWithSoftmaxFwdPipelineQRKSVSTrLoad
}
}();
static constexpr const char* name = "qr_hstu";
using DropoutType = std::conditional_t<kHasDropout, BlockDropout, NullBlockDropout>;
CK_TILE_DEVICE static constexpr ck_tile::index_t GetSmemSize()