Sciweavers

10213 search results - page 254 / 2043
» An Experimental Analysis of Parallel
Sort
View
IPPS
1999
IEEE
14 years 14 days ago
Run-Time Selection of Block Size in Pipelined Parallel Programs
Parallelizing compiler technology has improved in recent years. One area in which compilers have made progress is in handling DOACROSS loops, where crossprocessor data dependencie...
David K. Lowenthal, Michael James
VDA
2010
186views Visualization» more  VDA 2010»
13 years 10 months ago
Tile-based parallel coordinates and its application in financial visualization
Parallel coordinates technique has been widely used in information visualization applications and it has achieved great success in visualizing multivariate data and perceiving the...
Jamal Alsakran, Ye Zhao, Xinlei Zhao
SIAMSC
2008
129views more  SIAMSC 2008»
13 years 8 months ago
Bottom-Up Construction and 2: 1 Balance Refinement of Linear Octrees in Parallel
Abstract. In this article, we propose new parallel algorithms for the construction and 2:1 balance refinement of large linear octrees on distributed memory machines. Such octrees a...
Hari Sundar, Rahul S. Sampath, George Biros
BMVC
2000
13 years 9 months ago
A Comparative Study on Disparity Analysis Based on Convergent and Rectified Views
In this paper, we present results of a comparative study on disparity analysis of convergent stereo systems. If the epipolar geometry is known, disparity analysis can be performed...
Oliver Schreer, Nicole Brandenburg, Peter Kauff
TOCS
2008
154views more  TOCS 2008»
13 years 8 months ago
Adaptive work-stealing with parallelism feedback
We present an adaptive work-stealing thread scheduler, ASTEAL, for fork-join multithreaded jobs, like those written using the Cilk multithreaded language or the Hood work-stealing...
Kunal Agrawal, Charles E. Leiserson, Yuxiong He, W...