Sciweavers

3660 search results - page 40 / 732
» Parallel Program Archetypes
Sort
View
IPPS
2010
IEEE
14 years 7 months ago
Optimal loop unrolling for GPGPU programs
Giridhar Sreenivasa Murthy, Mahesh Ravishankar, Mu...
EUROPAR
2009
Springer
15 years 4 months ago
XJava: Exploiting Parallelism with Object-Oriented Stream Programming
Abstract. This paper presents the XJava compiler for parallel programs. It exploits parallelism based on an object-oriented stream programming paradigm. XJava extends Java with new...
Frank Otto, Victor Pankratius, Walter F. Tichy
IJPP
2011
107views more  IJPP 2011»
14 years 4 months ago
Parallel Iterator for Parallelizing Object-Oriented Applications
With the advent of multi-core processors, desktop application developers must finally face parallel computing and its challenges. A large portion of the computational load in a p...
Nasser Giacaman, Oliver Sinnen
ISCA
1992
IEEE
113views Hardware» more  ISCA 1992»
15 years 1 months ago
Dynamic Dependency Analysis of Ordinary Programs
A quantitative analysis of program execution is essential to the computer architecture design process. With the current trend in architecture of enhancing the performance of unipr...
Todd M. Austin, Gurindar S. Sohi
ISSTA
2006
ACM
15 years 3 months ago
Using model checking with symbolic execution to verify parallel numerical programs
We present a method to verify the correctness of parallel programs that perform complex numerical computations, including computations involving floating-point arithmetic. The me...
Stephen F. Siegel, Anastasia Mironova, George S. A...