[PERFORMANCE] Optimize Parallel.For
and Parallel.ForReduction
#16
Labels
Milestone
Parallel.For
and Parallel.ForReduction
#16
After running some benchmarks with
ConjugateGradient
(which involves lots of lightweight parallel-for's), I've noticed that the performance ofParallel.For
andParallel.ForReduction
are really bad. I plan on doing a heavy optimization session this weekend, but I'm opening this issue just so it's on record.The text was updated successfully, but these errors were encountered: