Automatic parallelization of APL-style programs
Wai-Mee Ching
International Conference on APL 1990
Programs written m APL implicitly contain data parallelism because the high level APL primitives denoting array o erations may be executed in parallel. Our experiment APL/C compiler translates ordinary APL programs into the C language with additional parallel constmcts for synchronization support. We target the RP3, a shared-memory MIMD machine built at IBM T.J. Watson Research Center, running the Mach operating system. The compiler uses Mach kernel prirmtives to build a parallel run-Time environment to reduce the run-Time overhead. We have developed a novel method for dynamically determining the required number of processors for a primitive function. The compiler can further apply a form of the loop fusion technique to groups of scalar primitive functions to gain additional improvement.
Wai-Mee Ching
International Conference on APL 1990
Jong-Deok Choi, Sang Lyul Mint
PPoPP 1991
David F. Bacon, Robert E. Strom
PPoPP 1991
Ferdinand Hendriks, Wai-Mee Ching
International Conference on APL 1990