ITK/PerformanceOptimization: Difference between revisions
From KitwarePublic
< ITK
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
Recent performance improvements efforts: | Recent performance improvements efforts: | ||
* [ | * [http://review.source.kitware.com/#/c/22387/ itk::ThreadPool refactoring] | ||
* [http://review.source.kitware.com/#/c/22377/ Change itkMultiThreader to use OpenMP] | * [http://review.source.kitware.com/#/c/22377/ Change itkMultiThreader to use OpenMP] | ||
* [http://www.insight-journal.org/browse/publication/974 ITK TBB Insight Journal article] | * [http://www.insight-journal.org/browse/publication/974 ITK TBB Insight Journal article] |
Revision as of 22:13, 22 June 2017
Recent performance improvements efforts:
ITK Performance Optimization Meeting Notes
2017-04-07
Links:
- TBB Insight Journal article
- ITK Module Template
- ITK Module Documentation
- CMake'ified TBB
- VTK SMPTools
- itkScanlineIterator
- ITK FFT classes
Possible next steps:
- TBB Insight Journal update
- TBB Insight Journal -> Remote Module
- Improved compiler optimization flags
- MKL backend for FFT
- CMake-ified TBB upstreaming / available as an ITK module
- Improved awareness of ImageScanlineIterator