Open main menu

CDOT Wiki β

Changes

Team NP Complete

71 bytes added, 23:46, 21 December 2017
Initial Performance
[[File:initial_analysis_parallel_vs_serial.png|1000px|center|Initial comparison between parallel and serial implementations]]
What these graphs and figures are telling us is that we've efficiently parallelized the lowest of the low hanging fruit. The parallel regions themselves are reasonably efficient at what they do, but as it turns out, they contributed very, very little to the computational load in the first place. There A lot of CPU time is spent at synchronization barriers, and there is a major hotspot which can still be parallelized.
==Parallelized and Dynamic Performance==
25
edits