From eba924de35dbfe6d99c5b4e33027e83a70469e90 Mon Sep 17 00:00:00 2001 From: Qianfeng Zhang Date: Sat, 14 Feb 2026 08:17:39 +0000 Subject: [PATCH] Remove un-used index constant definition --- .../pipeline/block_fmha_pipeline_qr_ks_vs_whole_k_prefetch.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/include/ck_tile/ops/fmha/pipeline/block_fmha_pipeline_qr_ks_vs_whole_k_prefetch.hpp b/include/ck_tile/ops/fmha/pipeline/block_fmha_pipeline_qr_ks_vs_whole_k_prefetch.hpp index 7ea53b9346..9b89f0fb6c 100644 --- a/include/ck_tile/ops/fmha/pipeline/block_fmha_pipeline_qr_ks_vs_whole_k_prefetch.hpp +++ b/include/ck_tile/ops/fmha/pipeline/block_fmha_pipeline_qr_ks_vs_whole_k_prefetch.hpp @@ -176,7 +176,6 @@ struct BlockFmhaPipelineQRKSVSWholeKPrefetch "wrong!"); constexpr auto I0 = number<0>{}; - constexpr auto I1 = number<1>{}; constexpr index_t n0_loops = kN0 / kN0Sub; constexpr index_t k1_loops = kN0 / kK1;