mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-19 20:40:07 +00:00
FMHA BWD Avoid SetZero (#2799)
[ROCm/composable_kernel commit: ad259eeae2]
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