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
However, region timeouts of 0 can be used to bypass our scheduler. We should still print the BestResult; it should just use the heuristic schedule. Not having the BestResult confuses the validation-test script.
This is not as simple as removing the condition, however, as the optimalSchedule logic must also be updated.
The text was updated successfully, but these errors were encountered:
Currently, we don't print the BestResult if the region timeout is 0:
OptSched/lib/Scheduler/sched_region.cpp
Lines 563 to 574 in 43931a1
However, region timeouts of 0 can be used to bypass our scheduler. We should still print the BestResult; it should just use the heuristic schedule. Not having the BestResult confuses the validation-test script.
This is not as simple as removing the condition, however, as the
optimalSchedule
logic must also be updated.The text was updated successfully, but these errors were encountered: