Sciweavers

132 search results - page 3 / 27
» A Model and Compilation Strategy for Out-of-Core Data Parall...
Sort
View
PPL
2008
96views more  PPL 2008»
13 years 5 months ago
A Hybrid Shared Memory Execution Model for a Data Parallel Language with I/O
Execution of programs with data parallel language constructs is either based on the fork/join or on the SPMD model. Whereas the former executes a program sequentially and confines...
Clemens Grelck, Steffen Kuthe, Sven-Bodo Scholz
HIPS
1998
IEEE
13 years 10 months ago
Language Bindings for a Data-Parallel Runtime
The NPAC kernel runtime, developed in the PCRC Parallel Compiler Runtime Consortium project, is a runtime library with special support for the High Performance Fortran data model....
Bryan Carpenter, Geoffrey Fox, Donald Leskiw, Xiao...
ASPLOS
2006
ACM
13 years 11 months ago
Exploiting coarse-grained task, data, and pipeline parallelism in stream programs
As multicore architectures enter the mainstream, there is a pressing demand for high-level programming models that can effectively map to them. Stream programming offers an attrac...
Michael I. Gordon, William Thies, Saman P. Amarasi...
PPAM
2007
Springer
13 years 12 months ago
A Container-Iterator Parallel Programming Model
There are several parallel programming models available for numerical computations at diļ¬€erent levels of expressibility and ease of use. For the development of new domain speciļ¬...
Gerhard W. Zumbusch
IEEEPACT
1999
IEEE
13 years 10 months ago
Containers on the Parallelization of General-Purpose Java Programs
Automatic parallelization of general-purpose programs is still not possible in general in the presence of irregular data structures and complex control-flows. One promising strate...
Peng Wu, David A. Padua