mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-12 01:10:17 +00:00
fixed return (#1138)
This commit is contained in:
@@ -298,7 +298,7 @@ int profile_gemm_impl(int do_verification,
|
||||
}
|
||||
}
|
||||
|
||||
return pass ? 0 : 1;
|
||||
return pass;
|
||||
}
|
||||
|
||||
} // namespace profiler
|
||||
|
||||
Reference in New Issue
Block a user