Parallel Functionals

by Ian Davis on August 18, 2007

in Uncategorized

I have used the loop tiling code with scheduling algorithms to parallelize Dustin Campbell’s code from his post A Higher Calling. The parallelized funtionals can be found here. It uses the scheduling algorithm code from the last post. The parallel reduction is actually based on Joe Duffy’s serial reduction.

Previous post:

Next post: