-
Notifications
You must be signed in to change notification settings - Fork 297
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
--cpu_budget
and --timeout_per_trial
--cpu_budget
and --timeout_per_trial
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. |
6c1fb2d
to
c15d6ed
Compare
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: Jack Luar <[email protected]>
Signed-off-by: Jack 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]>
c15d6ed
to
bff5e2e
Compare
Rationale
timeout_per_trial
is different from overalltimeout
.TODO
--cpu_budget
-> verify the timeout is hit.