Fix building test_fmha_bwd_fp32 on SLES15 (#2962)

[ROCm/composable_kernel commit: a4ab33f539]
This commit is contained in:
Anton Gorenko
2025-10-02 20:09:49 +06:00
committed by GitHub
parent 0f7644177c
commit 13d666f707

View File

@@ -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"