dthuerck / mapmap_cpu

A high-performance general-purpose MRF MAP solver, heavily exploiting SIMD instructions.
BSD 3-Clause "New" or "Revised" License
102 stars 51 forks source link

oneTBB removes tbb::task #30

Closed bartoszek closed 2 years ago

bartoszek commented 2 years ago

tbb:2020 deprecates and oneTBB removes tbb::task tbb::task_list and related functions. The suggested solution is to replace its usage with tbb::task_group tbb::flow::graph https://www.intel.com/content/dam/develop/external/us/en/documents/tbbrevamp.pdf

dthuerck commented 2 years ago

Hi, thanks for pointing that out. I'll get right on adapting the code!

dthuerck commented 2 years ago

Alright, it's done, see 4614b77690a0d7c5425752209ada218f26de8e38.