Data-parallel functional programming
暂无分享,去创建一个
This paper describes an implementation scheme that maps sequences (lists) in the functional language FP onto a data-parallel SIMD multiprocessor. The mapping is dynamic (i.e., self-organizing at run-time via an atom vector) and is transparent to the programmer. Furthermore, as the problem size and the capability of the architecture increases, the method described will proportionally scale the degree of parallelism. The authors chose FP as the application language because it is a simple yet expressive language and because FP allows one to create functional forms that yield highly-parallel computations when applied to lists representing matrix or vector data. The target architecture is a MasPar MP-1 with 16 K processors.<<ETX>>
[1] W. Daniel Hillis,et al. Connection Machine Lisp: fine-grained parallel symbolic processing , 1986, LFP '86.
[2] John W. Backus,et al. Can programming be liberated from the von Neumann style?: a functional style and its algebra of programs , 1978, CACM.
[3] James M. Boyle,et al. A practical functional program for the CRAY X-MP , 1992, Journal of Functional Programming.
[4] David C. Cann,et al. A Report on the Sisal Language Project , 1990, J. Parallel Distributed Comput..