-
Notifications
You must be signed in to change notification settings - Fork 290
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Autotuner] Feature: add --cpu_budget
and --timeout_per_trial
#2395
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: Jack Luar <[email protected]>
Signed-off-by: Jack Luar <[email protected]>
Signed-off-by: Jack Luar <[email protected]>
Signed-off-by: Jack Luar <[email protected]>
Signed-off-by: Jack Luar <[email protected]>
Signed-off-by: Jack Luar <[email protected]>
Signed-off-by: Jack Luar <[email protected]>
Signed-off-by: Jack Luar <[email protected]>
Signed-off-by: Song Luar <[email protected]>
Signed-off-by: Jack Luar <[email protected]>
…nROAD-flow-scripts into feat/autotuner-budget
Signed-off-by: Jack Luar <[email protected]>
--cpu_budget
and --timeout_per_trial
--cpu_budget
and --timeout_per_trial
Signed-off-by: Song Luar <[email protected]>
Signed-off-by: luarss <[email protected]>
Signed-off-by: Jack Luar <[email protected]>
Signed-off-by: Jack Luar <[email protected]>
Signed-off-by: Jack Luar <[email protected]>
… cpubudget prompt from hrs->seconds Signed-off-by: Jack Luar <[email protected]>
The various ORFS stages have vastly different memory and CPU needs. How does the user characterize and balance this? |
The intended usage for these knobs is to limit experiment runtime (and consequently $$ budget). These knobs do not limit how much resources a given ORFS run has access to. CPU budget is intended to stop the experiment after the budget is spent. |
Rationale
timeout_per_trial
is different from overalltimeout
.TODO
--cpu_budget
-> verify the timeout is hit.