From 4c98908e173e18024aeb9bcc3ddde3e5c7010208 Mon Sep 17 00:00:00 2001 From: Max Podkorytov <4273004+tenpercent@users.noreply.github.com> Date: Tue, 7 Jan 2025 20:48:55 -0500 Subject: [PATCH] mark unused args [ROCm/composable_kernel commit: ad697c78ac1c7e9554d609bc6032960fcdba401a] --- .../ops/fmha/pipeline/block_fmha_pipeline_qs_ks_vs.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/ck_tile/ops/fmha/pipeline/block_fmha_pipeline_qs_ks_vs.hpp b/include/ck_tile/ops/fmha/pipeline/block_fmha_pipeline_qs_ks_vs.hpp index f47d7d79d3..b79889bc10 100644 --- a/include/ck_tile/ops/fmha/pipeline/block_fmha_pipeline_qs_ks_vs.hpp +++ b/include/ck_tile/ops/fmha/pipeline/block_fmha_pipeline_qs_ks_vs.hpp @@ -135,7 +135,7 @@ struct BlockFmhaPipelineQSKSVS const VElementFunction& v_element_func, const BiasDramBlockWindowTmp& bias_dram_block_window_tmp, // M0*N0 tile const BiasElementFunction& bias_element_func, - RandValDramBlockWindowTmp& randval_dram_block_window_tmp, + RandValDramBlockWindowTmp& /* unused_randval_dram_block_window_tmp */, LSEDramBlockWindowTmp& lse_dram_window_tmp, // M0*1 tile const LSEElementFunction& lse_element_func, const SAccElementFunction& s_acc_element_func, @@ -145,7 +145,7 @@ struct BlockFmhaPipelineQSKSVS PositionEncoding position_encoding, float scale_s, void* smem_ptr, - DropoutType& dropout) const + DropoutType& /* unused_dropout */) const { static_assert( std::is_same_v> &&