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

Out of Bounds Power Limit in GlobalPowerLimitOptimizer #143

Merged
merged 1 commit into from
Dec 10, 2024

Conversation

parthraut
Copy link
Collaborator

When testing on an NVIDIA Quadro RTX 6000 with a powerlimit range of 100 - 260W, GlobalPowerLimitOptimizer incorrectly includes 85W with the default pl_step of 25, which results in an error when trying to test this power limit. This fix ensures the lower bound of the power limits is always valid.

Copy link
Member

@jaywonchung jaywonchung left a comment

Choose a reason for hiding this comment

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

LGTM, thanks!

@jaywonchung jaywonchung merged commit 6c6b79c into master Dec 10, 2024
3 checks passed
@jaywonchung jaywonchung deleted the gplo_range_fix branch December 10, 2024 22:36
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

Successfully merging this pull request may close these issues.

2 participants