This commit is contained in:
yadai
2025-10-20 09:35:23 +00:00
parent cfc8fed858
commit 3c2cb9812d

View File

@@ -177,7 +177,8 @@ defined(USING_MFMA_32x32x64) && defined(ENABLE_FP4) // mi350 fp4 32c 1*K1
[[nodiscard]] CK_TILE_HOST static const std::string GetName()
{
if (threadIdx.x == 0 && blockIdx.x == 0 && blockIdx.y == 0) {
// if (threadIdx.x == 0 && blockIdx.x == 0 && blockIdx.y == 0) {
if (true) {
printf("%s ds_read/write_num_perK %d/%d, WaveSize = %d, M/N Warp %d/%d M/N/KIterPerWarp %d/%d/%d \n", __FILE__, dsread_num_perK, dswrite_num_perK, WaveSize, MWarp, NWarp, MIterPerWarp, NIterPerWarp, KIterPerWarp);
}
// clang-format off