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

IBA::computePixelStats was not properly controlling the number of threads #2289

Merged
merged 1 commit into from
Jul 11, 2019

Conversation

lgritz
Copy link
Collaborator

@lgritz lgritz commented Jul 10, 2019

By not passing the nthreads param to the parallel_for_chunked loop,
it was always running fully threaded instead of being controlled by
the nthreads passed to it.

…eads.

By not passing the nthreads param to the parallel_for_chunked loop,
it was always running fully threaded instead of being controlled by
the nthreads passed to it.
@fpsunflower
Copy link
Contributor

LGTM

@lgritz lgritz merged commit 9d49dd0 into AcademySoftwareFoundation:master Jul 11, 2019
lgritz added a commit to lgritz/OpenImageIO that referenced this pull request Jul 11, 2019
…eads. (AcademySoftwareFoundation#2289)

By not passing the nthreads param to the parallel_for_chunked loop,
it was always running fully threaded instead of being controlled by
the nthreads passed to it.
@lgritz lgritz deleted the lg-pixelstats branch July 11, 2019 07:35
lgritz added a commit to lgritz/OpenImageIO that referenced this pull request Jul 12, 2019
…eads. (AcademySoftwareFoundation#2289)

By not passing the nthreads param to the parallel_for_chunked loop,
it was always running fully threaded instead of being controlled by
the nthreads passed to it.
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