fixed return (#1138)

This commit is contained in:
zjing14
2024-01-22 10:42:26 -06:00
committed by GitHub
parent bb63b9732c
commit 1be4706366

View File

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