Unverified Commit 1be47063 authored by zjing14's avatar zjing14 Committed by GitHub
Browse files

fixed return (#1138)

parent bb63b973
......@@ -298,7 +298,7 @@ int profile_gemm_impl(int do_verification,
}
}
return pass ? 0 : 1;
return pass;
}
} // namespace profiler
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment