remove std::format (#2604)

This commit is contained in:
Max Podkorytov
2025-08-01 19:22:07 -07:00
committed by GitHub
parent b786d12e56
commit 0d9439760f

View File

@@ -122,8 +122,7 @@ class TestCkTileBatchedTranspose // N C H W layout_in==
if(Config::kPipelineId == PipelineTag::LDSLoadTranspose &&
device_name.find("gfx950") == std::string::npos)
{
GTEST_SKIP_(
std::format("LDS Load Transpose cannot be launched with {}", device_name).c_str());
GTEST_SKIP_("LDS Load Transpose cannot be launched with this device");
}
const auto host_args = ck_tile::BatchedTransposeHostArgs{x_dev.GetDeviceBuffer(),