"include/vscode:/vscode.git/clone" did not exist on "d27c06a7b036c367d2f4e79b2aaa3477068e60e5"
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, ...@@ -298,7 +298,7 @@ int profile_gemm_impl(int do_verification,
} }
} }
return pass ? 0 : 1; return pass;
} }
} // namespace profiler } // 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