Sciweavers

1624 search results - page 157 / 325
» Distributed Threads in Java
Sort
View
IPPS
2008
IEEE
16 years 25 days ago
Faster matrix-vector multiplication on GeForce 8800GTX
Recently a GPU has acquired programmability to perform general purpose computation fast by running ten thousands of threads concurrently. This paper presents a new algorithm for d...
N. Fujimoto
HPCC
2007
Springer
16 years 17 days ago
Speculative Parallelization - Eliminating the Overhead of Failure
Existing runtime parallelization techniques impose severe performance penalties when a speculative parallelization is attempted and fails. Some techniques require a sequential rest...
Mikel Luján, Phyllis Gustafson, Michael Pal...
IPPS
2000
IEEE
15 years 10 months ago
Combining Fusion Optimizations and Piecewise Execution of Nested Data-Parallel Programs
Abstract. Nested data-parallel programs often have large memory requirements due to their high degree of parallelism. Piecewise execution is an implementation technique used to min...
W. Pfannenstiel
IEEEPACT
1999
IEEE
15 years 10 months ago
MPEG-2 Video Decompression on Simultaneous Multithreaded Multimedia Processors
This paper explores microarchitecture models for a simultaneous multithreaded processor with multimedia enhancements. We enhance a wide-issue superscalar processor by the simultan...
Heiko Oehring, Ulrich Sigmund, Theo Ungerer
CONCUR
1999
Springer
15 years 10 months ago
Object Types against Races
This paper investigates an approach for statically preventing race conditions in an object-oriented language. The setting of this work is a variant of Gordon and Hankin’s concurr...
Cormac Flanagan, Martín Abadi