loop-fusion icon indicating copy to clipboard operation
loop-fusion copied to clipboard

Simplify implementation + add parallel iteration

Open mratsim opened this issue 7 years ago • 0 comments

Loop-fusion code can be greatly simplified using the macro from Laser especially the forEachContiguous macro.

Furthermore they also support parallel processing via OpenMP for non-ref types and types with trivial destructors.

mratsim avatar Oct 25 '18 17:10 mratsim