mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-16 10:59:55 +00:00
Merge commit 'b6e899438631118ff962a6be12cabc9930366267' into develop
This commit is contained in:
@@ -16,6 +16,6 @@ const auto HDimValues =
|
||||
|
||||
const auto ModeValues = Values(mode_enum::batch, mode_enum::group);
|
||||
|
||||
constexpr std::string init_method = "uf";
|
||||
constexpr auto init_method = "uf";
|
||||
|
||||
#include "test_fmha_bwd.inc"
|
||||
|
||||
@@ -16,6 +16,6 @@ const auto HDimValues =
|
||||
|
||||
const auto ModeValues = Values(mode_enum::batch, mode_enum::group);
|
||||
|
||||
constexpr std::string init_method = "uf";
|
||||
constexpr auto init_method = "uf";
|
||||
|
||||
#include "test_fmha_bwd.inc"
|
||||
|
||||
Reference in New Issue
Block a user