Parallel loops
referenceparallel loopsA parallel loop is like an ordinary for
loop,
except that multiple iterations of the loop can execute at the same time.
You can write parallel loops in OpenCilk with cilk_for
.
A parallel loop is like an ordinary for
loop,
except that multiple iterations of the loop can execute at the same time.
You can write parallel loops in OpenCilk with cilk_for
.