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

pts/vpxenc-2.3.0 Increase performance on multi-threaded machines #83

Closed
jnettlet opened this issue May 30, 2019 · 1 comment
Closed

Comments

@jnettlet
Copy link

vpxenc is being called with threads and tile-columns, but this limits the maximum threading to only the columns of each frame which for 1080p is 4 threads. Since version 1.7 there is another option --row-mt=1 which should be enabled that allows for additional parallel processing. This option is also safe for systems that have less cores than tile-columns just won't provide as much of a significance in performance boost. This allows all 16 cores to be utilized in this test.

michaellarabel pushed a commit that referenced this issue May 30, 2019
@michaellarabel
Copy link
Member

The pts/vpxenc-2.4.0 test profile is now out there that adds the "--row-mt=1" option.

Users can access this update via:

phoronix-test-suite openbenchmarking-refresh (to get updated meta-data if you've run the PTS in the past ~24 hours where it's using an outdated cache for the time being)

phoronix-test-suite benchmark vpxenc

Thanks for reporting this new option.

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

2 participants