Skip to content

Set idle threshold as percent#777

Open
kyle-hoffmeyer wants to merge 3 commits into
mainfrom
fix/benchmark_idle_threshold
Open

Set idle threshold as percent#777
kyle-hoffmeyer wants to merge 3 commits into
mainfrom
fix/benchmark_idle_threshold

Conversation

@kyle-hoffmeyer

Copy link
Copy Markdown
Collaborator

Previously if the GPU had VRAM usage of over 256 MB, it was flagged as not being idle. This caused issues on large systems with lots of memory where 256 MB of VRAM is very little.
Now, if the GPU's VRAM is over 10% occupied, it is flagged as not being idle.

The new python API calls to rocm-smi and nvidia-smi have been verified and tested on MI300 and B300.

@mohbasit mohbasit left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants