fixed return (#1138)

[ROCm/composable_kernel commit: 1be4706366]
This commit is contained in:
zjing14
2024-01-22 10:42:26 -06:00
committed by GitHub
parent ec7e5b1331
commit db32462b2d

View File

@@ -298,7 +298,7 @@ int profile_gemm_impl(int do_verification,
}
}
return pass ? 0 : 1;
return pass;
}
} // namespace profiler