mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-19 12:30:16 +00:00
Merge commit '47cd0d5cff77658adc1c9f184c012ec3496e8214' into develop
This commit is contained in:
@@ -29,7 +29,8 @@ TYPED_TEST(TestCkTileBatchedGemm, Basic)
|
||||
{256, 256, 64, 8},
|
||||
{256, 256, 64, 16}};
|
||||
|
||||
if(ck_tile::get_device_name() != "gfx950") {
|
||||
if(ck_tile::get_device_name() != "gfx950")
|
||||
{
|
||||
gemmParams.emplace_back(256, 256, 128, 2);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user