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

NvEnc Limit Stop Testing for device #27

Open
nathangur opened this issue Oct 1, 2024 · 0 comments
Open

NvEnc Limit Stop Testing for device #27

nathangur opened this issue Oct 1, 2024 · 0 comments
Assignees

Comments

@nathangur
Copy link

Since NVIDIA limits the ammount of concurrent NvEnc Streams on their Consumer hardware, the script needs to be abled to understand "nvenc_limit" (or smth like that) as a failure reason.

However the way up and downscaling (of the worker ammount per run) currently works in a way, where we upscale by speed and then downscale until its working again.

For runs on NvEnc limited hardware that would mean useless scaledowns, only to stay at "8" workers.

Therefore the script should be abled to detect after the first GPU test, that the Device is NvEnc limited and will not try to go past that limit on the other runs.

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

No branches or pull requests

2 participants