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

Update runHealthCheck Flow plugin to leverage GPU workers #697

Open
cgprats opened this issue Sep 21, 2024 · 0 comments
Open

Update runHealthCheck Flow plugin to leverage GPU workers #697

cgprats opened this issue Sep 21, 2024 · 0 comments

Comments

@cgprats
Copy link

cgprats commented Sep 21, 2024

Currently there is no mechanism to add the hwaccel flags for GPU workers.

  • -hwaccel nvdec -hwaccel_output_format cuda on NVIDIA
  • -hwaccel vaapi -hwaccel_output_format vaapi on VAAPI/QSV

This dramatically increases CPU usage when running health checks as part of a flow instead of a traditional health check (which properly handles GPU workers).

Ideally these flags would be automatically determined by the plugin, but a drop down with none/qsv/nvidia (or similar) would probably be good enough.

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