mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-14 18:17:44 +00:00
[CK_TILE] Fix batched_gemm tests for gfx950 (#2869)
[ROCm/composable_kernel commit: 427dca076b]
This commit is contained in:
@@ -23,13 +23,16 @@ TYPED_TEST(TestCkTileBatchedGemm, Basic)
|
||||
std::vector<GemmParams> gemmParams{{256, 256, 256, 1},
|
||||
{256, 256, 256, 2},
|
||||
{256, 256, 512, 2},
|
||||
{256, 256, 128, 2},
|
||||
{256, 256, 64, 2},
|
||||
{256, 256, 64, 3},
|
||||
{256, 256, 64, 4},
|
||||
{256, 256, 64, 8},
|
||||
{256, 256, 64, 16}};
|
||||
|
||||
if(ck_tile::get_device_name() != "gfx950") {
|
||||
gemmParams.emplace_back(256, 256, 128, 2);
|
||||
}
|
||||
|
||||
for(auto& params : gemmParams)
|
||||
{
|
||||
std::vector<StrideConfig> strideConfigs{{params.K,
|
||||
|
||||
Reference in New Issue
Block a user