elastix icon indicating copy to clipboard operation
elastix copied to clipboard

ITK 5 threading updates

Open thewtex opened this issue 6 years ago • 0 comments

@N-Dekker @mstaring @stefanklein there was more to do than expected for the Windows Python packages, but we are green now :-).

I updated the sampler parallelism for ITK 5. This uses the dynamic threading methods -- when the TBB backend is enabled, the number of work units adjust dynamically at runtime based on the data and algorithm characteristics and CPU load. I did not have time to continue this throughout the rest of the codebase, but it serves as an example.

thewtex avatar Nov 05 '19 18:11 thewtex