From 13d666f7079d112d8c864f6313de14072ea0cc16 Mon Sep 17 00:00:00 2001 From: Anton Gorenko Date: Thu, 2 Oct 2025 20:09:49 +0600 Subject: [PATCH] Fix building test_fmha_bwd_fp32 on SLES15 (#2962) [ROCm/composable_kernel commit: a4ab33f539ac9d7209c6274958dc0285eacf3e78] --- test/ck_tile/fmha/test_fmha_bwd_fp32.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/ck_tile/fmha/test_fmha_bwd_fp32.cpp b/test/ck_tile/fmha/test_fmha_bwd_fp32.cpp index d409d0dd30..09010d4b22 100644 --- a/test/ck_tile/fmha/test_fmha_bwd_fp32.cpp +++ b/test/ck_tile/fmha/test_fmha_bwd_fp32.cpp @@ -15,6 +15,6 @@ const auto HDimValues = Values(std::tuple{32, -1}, std::tuple{64, -1}, std::tupl const auto ModeValues = Values(mode_enum::batch, mode_enum::group); -constexpr std::string init_method = "uf"; +const std::string init_method = "uf"; #include "test_fmha_bwd.inc"