Skip to content

Comments

feat: add gpu_busy_percent support for intel GPUs#31

Merged
ShadowApex merged 1 commit intomainfrom
shadowapex/intel-gpu-busy
Feb 19, 2026
Merged

feat: add gpu_busy_percent support for intel GPUs#31
ShadowApex merged 1 commit intomainfrom
shadowapex/intel-gpu-busy

Conversation

@ShadowApex
Copy link
Contributor

This change adds support for detecting the GPU busy % for Intel GPUs. It implements two strategies for calculating GPU busy:

  • DRM client usage
  • gtidle time

Right now it appears that using the DRM client usage strategy is the most accurate, but the gtidle method can also be used if we find it works better in certain circumstances.

@ShadowApex ShadowApex requested a review from pastaq February 19, 2026 02:10
@ShadowApex ShadowApex force-pushed the shadowapex/intel-gpu-busy branch from 539ab5c to acaf8d5 Compare February 19, 2026 02:25
Copy link
Contributor

@pastaq pastaq left a comment

Choose a reason for hiding this comment

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

Seems fine

@ShadowApex ShadowApex merged commit 1087df5 into main Feb 19, 2026
3 checks passed
@ShadowApex ShadowApex deleted the shadowapex/intel-gpu-busy branch February 19, 2026 17:32
@github-actions
Copy link

🎉 This PR is included in version 0.8.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

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

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants