Benchmarks

MESA - Smooth Triangle

DFG
/* Coming soon! */
		
Number of nodes 197
Number of edges 196
Avg. edges per node 0.99
Critical Path Length 11
Parallelism (nodes/critical path) 17.9
DOT File
Full C Function
MESA Application

The smoothing subroutine was selected for its high level of parallelism and importance in the application. This basic block is essentially four unrelated computations, which can all be run in parallel without any worries about data dependencies.