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:
Max Podkorytov
2025-10-02 11:54:45 -07:00
committed by GitHub
parent 1f65936567
commit 20dc0c4037

View File

@@ -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)