"git@developer.sourcefind.cn:gaoqiong/composable_kernel.git" did not exist on "138faf396178cbf6c093c09e5bf86b1740c9b419"
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