Serial projection
referenceserial projectionThe serial projection of a parallel algorithm is the serial algorithm that results from ignoring the parallel directives,
such as cilk_spawn
, cilk-sync
, and cilk_for
.
The serial projection of a parallel algorithm is the serial algorithm that results from ignoring the parallel directives,
such as cilk_spawn
, cilk-sync
, and cilk_for
.