mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-16 02:54:21 +00:00
Fix building test_fmha_bwd_fp32 on SLES15 (#2962)
[ROCm/composable_kernel commit: a4ab33f539]
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user