Sciweavers

4198 search results - page 408 / 840
» Data Parallel Program Design
Sort
View
CLUSTER
2008
IEEE
15 years 11 months ago
OpenMP-centric performance analysis of hybrid applications
—Several performance analysis tools support hybrid applications. Most originated as MPI profiling or tracing tools and OpenMP capabilities were added to extend the performance a...
Karl Fürlinger, Shirley Moore
146
Voted
ANSS
1995
IEEE
15 years 8 months ago
Algorithms for categorizing multiprocessor communication under invalidate and update-based coherence protocols
In this paper we present simulation algorithmsthat characterize the main sources of communication generated by parallel applications under both invalidate and updatebased cache co...
Ricardo Bianchini, Leonidas I. Kontothanassis
PPSN
2010
Springer
15 years 3 months ago
Testing the Dinosaur Hypothesis under Empirical Datasets
In this paper we present the Dinosaur Hypothesis, which states that the behaviour of a market never settles down and that the population of predictors continually co-evolves with t...
Michael Kampouridis, Shu-Heng Chen, Edward P. K. T...
SODA
2004
ACM
82views Algorithms» more  SODA 2004»
15 years 6 months ago
Dynamizing static algorithms, with applications to dynamic trees and history independence
We describe a machine model for automatically dynamizing static algorithms and apply it to historyindependent data structures. Static programs expressed in this model are dynamize...
Umut A. Acar, Guy E. Blelloch, Robert Harper, Jorg...
HASKELL
2009
ACM
15 years 11 months ago
Type-safe observable sharing in Haskell
Haskell is a great language for writing and supporting embedded Domain Specific Languages (DSLs). Some form of observable sharing is often a critical capability for allowing so-c...
Andy Gill