Skip to content

Commit

Permalink
fixed return (#1138)
Browse files Browse the repository at this point in the history
  • Loading branch information
zjing14 authored Jan 22, 2024
1 parent bb63b97 commit 1be4706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion profiler/include/profiler/profile_gemm_impl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ int profile_gemm_impl(int do_verification,
}
}

return pass ? 0 : 1;
return pass;
}

} // namespace profiler
Expand Down

0 comments on commit 1be4706

Please sign in to comment.