You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With #718 a long-running benchmark will be aborted after 10 minutes. But it doesn't work for the Offline scenario (see discussion at mlcommons/inference#1397).
Another way to stop a running benchmark is to use:
/// \brief Aborts the running test./// \details This function will stop issueing new samples to the SUT. StartTest/// will return after the current inference finishes. Since StartTest is a/// blocking function, this function can only be called in another thread.voidAbortTest();
With #718 a long-running benchmark will be aborted after 10 minutes. But it doesn't work for the Offline scenario (see discussion at mlcommons/inference#1397).
Another way to stop a running benchmark is to use:
https://github.com/mlcommons/inference/blob/da9b4d54bd2bd2ae26316f75987d71103122e3ca/loadgen/loadgen.h#L79-L83
The app should have a button in the progress screen so that users can abort the running benchmark.
The text was updated successfully, but these errors were encountered: