mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-03 05:01:25 +00:00
[CK_TILE] FMHA BWD Pad HDim to a Multiple of 8 (#2918)
This commit is contained in:
@@ -111,6 +111,9 @@ class HDimPadding
|
||||
INSTANTIATE_TEST_SUITE_P(TestCkTileFmhaBwd,
|
||||
HDimPadding,
|
||||
Combine(Values(std::tuple{24, 48},
|
||||
std::tuple{48, 48},
|
||||
std::tuple{72, 72},
|
||||
std::tuple{96, 96},
|
||||
std::tuple{120, 160},
|
||||
std::tuple{256, 108},
|
||||
std::tuple{40, 64}),
|
||||
|
||||
Reference in New Issue
Block a user