mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-07-11 17:51:40 +00:00
Remove the name string definition in each pipeline since it is not used
This commit is contained in:
@@ -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()
|
||||
|
||||
@@ -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>();
|
||||
|
||||
@@ -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()
|
||||
|
||||
@@ -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()
|
||||
|
||||
@@ -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>();
|
||||
|
||||
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user