Skip to content
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

Utilization idle checker option to whether normalize resource utilization #2804

Open
fregataa opened this issue Sep 3, 2024 · 0 comments
Open

Comments

@fregataa
Copy link
Member

fregataa commented Sep 3, 2024

CPU utilization is not normalized (its capacity is always 1000, but usage can exceed 1000) but cuda utilization is normalized (its capacity is calculated by the number of cuda devices allocated to a kernel and usage cannot exceed the capacity)
Let's give an option to idle checker to normalize resource utilization or not.

Currently webui shows GPU stat of kernels by live_stat.current instead of live_stat.pct and that causes inconsistency between resource stat and utilization idleness report.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant