aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2020-12-05Implement 6D parallelization with 1D and no tilingMarat Dukhan
2020-05-263D/4D/5D parallelization functions with 1D or no tilingMarat Dukhan
2020-03-26Microarchitecture-aware parallelization functionsMarat Dukhan
2020-03-26Rename "argument" argument to match documentation commentsMarat Dukhan
2020-03-23Document all public API functionsMarat Dukhan
2020-03-05PTHREADPOOL_FLAG_YIELD_WORKERS flag to bypass spin-waitMarat Dukhan
2020-03-05Document PTHREADPOOL_FLAG_DISABLE_DENORMALSMarat Dukhan
2019-10-29Move deprecated attribute to the end of declarationsMichal W. Tarnowski
2019-10-01Add macro to guard declaration of deprecated APIsMarat Dukhan
2019-09-30New pthreadpool_parallelize_* APIMarat Dukhan
2018-10-08Support 3D and 4D tiled computationMarat Dukhan
2015-11-02Tiled 1D loopsMarat Dukhan
2015-10-16Implement 2D and tiled 2D compute functionsMarat Dukhan
2015-08-25Return size_t in pthreadpool_get_threads_countMarat Dukhan
2015-08-22Initial thread pool implementationMarat Dukhan