From 0b1efa2cabb2661f33a8dc70b202cf8f14fa43a0 Mon Sep 17 00:00:00 2001 From: Qianfeng Zhang Date: Wed, 8 Jul 2026 15:06:52 +0000 Subject: [PATCH] Remove the name string definition in each pipeline since it is not used --- .../hstu_attention_no_softmax_fwd_pipeline.hpp | 2 -- .../hstu_attention_no_softmax_fwd_splitkv_combine_pipeline.hpp | 2 -- .../hstu_attention_no_softmax_fwd_trload_pipeline.hpp | 2 -- .../hstu_attention_with_softmax_fwd_pipeline.hpp | 2 -- ...hstu_attention_with_softmax_fwd_splitkv_combine_pipeline.hpp | 2 -- .../hstu_attention_with_softmax_fwd_trload_pipeline.hpp | 2 -- 6 files changed, 12 deletions(-) diff --git a/example/ck_tile/18_hstu_attention/hstu_attention_no_softmax_fwd_pipeline.hpp b/example/ck_tile/18_hstu_attention/hstu_attention_no_softmax_fwd_pipeline.hpp index 90440d998a..fede696eb5 100644 --- a/example/ck_tile/18_hstu_attention/hstu_attention_no_softmax_fwd_pipeline.hpp +++ b/example/ck_tile/18_hstu_attention/hstu_attention_no_softmax_fwd_pipeline.hpp @@ -101,8 +101,6 @@ struct HstuAttentionNoSoftmaxFwdPipelineQRKSVS } }(); - static constexpr const char* name = "qr_hstu"; - using DropoutType = std::conditional_t; CK_TILE_DEVICE static constexpr ck_tile::index_t GetSmemSize() diff --git a/example/ck_tile/18_hstu_attention/hstu_attention_no_softmax_fwd_splitkv_combine_pipeline.hpp b/example/ck_tile/18_hstu_attention/hstu_attention_no_softmax_fwd_splitkv_combine_pipeline.hpp index 4ef3a976cf..2a2fdccd59 100644 --- a/example/ck_tile/18_hstu_attention/hstu_attention_no_softmax_fwd_splitkv_combine_pipeline.hpp +++ b/example/ck_tile/18_hstu_attention/hstu_attention_no_softmax_fwd_splitkv_combine_pipeline.hpp @@ -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(); diff --git a/example/ck_tile/18_hstu_attention/hstu_attention_no_softmax_fwd_trload_pipeline.hpp b/example/ck_tile/18_hstu_attention/hstu_attention_no_softmax_fwd_trload_pipeline.hpp index ec1bcdad2d..addf0ac77d 100644 --- a/example/ck_tile/18_hstu_attention/hstu_attention_no_softmax_fwd_trload_pipeline.hpp +++ b/example/ck_tile/18_hstu_attention/hstu_attention_no_softmax_fwd_trload_pipeline.hpp @@ -102,8 +102,6 @@ struct HstuAttentionNoSoftmaxFwdPipelineQRKSVSTrLoad } }(); - static constexpr const char* name = "qr_hstu"; - using DropoutType = std::conditional_t; CK_TILE_DEVICE static constexpr ck_tile::index_t GetSmemSize() diff --git a/example/ck_tile/18_hstu_attention/hstu_attention_with_softmax_fwd_pipeline.hpp b/example/ck_tile/18_hstu_attention/hstu_attention_with_softmax_fwd_pipeline.hpp index 04d993b349..2bebf21fc6 100644 --- a/example/ck_tile/18_hstu_attention/hstu_attention_with_softmax_fwd_pipeline.hpp +++ b/example/ck_tile/18_hstu_attention/hstu_attention_with_softmax_fwd_pipeline.hpp @@ -105,8 +105,6 @@ struct HstuAttentionWithSoftmaxFwdPipelineQRKSVS } }(); - static constexpr const char* name = "qr_hstu"; - using DropoutType = std::conditional_t; CK_TILE_DEVICE static constexpr ck_tile::index_t GetSmemSize() diff --git a/example/ck_tile/18_hstu_attention/hstu_attention_with_softmax_fwd_splitkv_combine_pipeline.hpp b/example/ck_tile/18_hstu_attention/hstu_attention_with_softmax_fwd_splitkv_combine_pipeline.hpp index 1bb0b29ea7..93560743d9 100644 --- a/example/ck_tile/18_hstu_attention/hstu_attention_with_softmax_fwd_splitkv_combine_pipeline.hpp +++ b/example/ck_tile/18_hstu_attention/hstu_attention_with_softmax_fwd_splitkv_combine_pipeline.hpp @@ -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(); diff --git a/example/ck_tile/18_hstu_attention/hstu_attention_with_softmax_fwd_trload_pipeline.hpp b/example/ck_tile/18_hstu_attention/hstu_attention_with_softmax_fwd_trload_pipeline.hpp index 433fdac260..e7eb283a18 100644 --- a/example/ck_tile/18_hstu_attention/hstu_attention_with_softmax_fwd_trload_pipeline.hpp +++ b/example/ck_tile/18_hstu_attention/hstu_attention_with_softmax_fwd_trload_pipeline.hpp @@ -105,8 +105,6 @@ struct HstuAttentionWithSoftmaxFwdPipelineQRKSVSTrLoad } }(); - static constexpr const char* name = "qr_hstu"; - using DropoutType = std::conditional_t; CK_TILE_DEVICE static constexpr ck_tile::index_t GetSmemSize()