Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
6.5.0 Beta3
-
None
-
-
5
Description
At the moment, Qt only supports sequential reduction by combining unordered or ordered modifiers.
QtConcurrent::UnorderedReduce | QtConcurrent::SequentialReduce
QtConcurrent::OrderedReduce | QtConcurrent::SequentialReduce
There is a problem, however, if you specify only QtConcurrent::SequentialReduce. It should default to either Unordered or Ordered Reduce, but it doesn't, leaving one thread to perform all the reductions.
Based on this conversation: