Fix error handling in the conv profiler.

This commit is contained in:
Ville Pietilä
2025-07-11 10:51:21 +00:00
parent c4ee909d54
commit c90586e0df

View File

@@ -183,6 +183,7 @@ bool profile_grouped_conv_bwd_weight_impl(int do_verification,
catch(const std::exception& e)
{
std::cerr << e.what() << '\n';
exit(EXIT_FAILURE);
}
}