From 276c6ae5b60cda8336104b40765609ac9760ff79 Mon Sep 17 00:00:00 2001 From: "Ding, Yi" Date: Thu, 23 Apr 2026 01:50:26 -0500 Subject: [PATCH] Fix format --- example/ck_tile/01_fmha/fmha_bwd_runner.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/example/ck_tile/01_fmha/fmha_bwd_runner.hpp b/example/ck_tile/01_fmha/fmha_bwd_runner.hpp index ce3a5491ff..f81ae34501 100644 --- a/example/ck_tile/01_fmha/fmha_bwd_runner.hpp +++ b/example/ck_tile/01_fmha/fmha_bwd_runner.hpp @@ -448,8 +448,7 @@ bwd_result fmha_bwd_run(mode_enum mode, << (sink_grad ? ", sink:(rand[30,60], grad)" : "") << ", s_randval:" << s_randval << ", deterministic:" << deterministic << ", workspace:" << std::to_string(workspace_size_in_megabytes) << "MiB" - << ", mask:" << mask - << ", init:" << launcher_ctor_ms << "ms" + << ", mask:" << mask << ", init:" << launcher_ctor_ms << "ms" << ", prws:" << prepare_ws_timer.duration() << "ms" << std::flush; auto fmha_args = [&]() {