mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-14 10:09:41 +00:00
fix build on legacy systems without cpp20 compiler (#2958)
Co-authored-by: Illia Silin <98187287+illsilin@users.noreply.github.com>
[ROCm/composable_kernel commit: 0a30c30630]
This commit is contained in:
@@ -31,7 +31,7 @@ TYPED_TEST(TestCkTileBatchedGemm, Basic)
|
||||
|
||||
if(ck_tile::get_device_name() != "gfx950")
|
||||
{
|
||||
gemmParams.emplace_back(256, 256, 128, 2);
|
||||
gemmParams.push_back({256, 256, 128, 2});
|
||||
}
|
||||
|
||||
for(auto& params : gemmParams)
|
||||
|
||||
Reference in New Issue
Block a user