mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-17 11:30:02 +00:00
Merge commit '0843815db7763cf5650f7803185a3ab9d24194d7' into develop
This commit is contained in:
@@ -29,7 +29,7 @@ struct TestConfigs<FmhaBwdFp32>
|
||||
std::array{std::tuple{32, -1}, std::tuple{64, -1}, std::tuple{128, -1}};
|
||||
};
|
||||
static auto HDimValues = ValuesIn(TestConfigs<DataTypeConfig>::HDimValues);
|
||||
const auto ModeValues = ValuesIn(std::vector{mode_enum::batch, mode_enum::group});
|
||||
const auto ModeValues = ValuesIn(std::vector<mode_enum>{mode_enum::batch, mode_enum::group});
|
||||
constexpr auto init_method = "uf";
|
||||
|
||||
// Random seed used for initializing input tensors. 0 for non-deterministic seed
|
||||
|
||||
Reference in New Issue
Block a user