stanford-ppl/Delite

bulk synchronous foreach for clusters

michaelmwu opened this issue · 0 comments

A foreach that has a DSL supplied function that tells the runtime whether or not to synchronize.

Through walk time analysis or something, the foreach supplies the runtime beforehand with information on what node owns what. Then the synchronization needed is only which nodes it is requesting.