Search
Now showing items 21-30 of 36
High Performance Algorithms for Global BRDF Retrieval
(1998-10-15)
Most Land cover types are ``anisotropic'', that is, the solar
radiation reflected by the surface is not uniform in all
directions. Characterizing the Bidirectional Reflectance
Distribution Function (BRDF) of the earth's ...
Parallel Algorithms for Image Histogramming and Connected Components with an Experimental Study
(1998-10-15)
This paper presents efficient and portable implementations of two
useful primitives in image processing algorithms, histogramming and
connected components. Our general framework is a single-address
space, ...
A Randomized Parallel Sorting Algorithm with an Experimental Study
(1998-10-15)
Previous achemes for sorting on general-purpose parallel machines have
had to choose betwen poor load balancing and irregular communication or
multiple rounds of all-to-all personalized communication. In this
paper, ...
SIMPLE: A Methodology for Programming High Performance Algorithms on Clusters of Symmetric Multiprocessors (SMPs)
(1998-10-15)
We describe a methodology for developing high performance programs
running on clusters of SMP nodes. Our methodology is based on a small
kernel (SIMPLE) of collective communication primitives that make
efficient ...
Fast Fractional Cascading and Its Applications
(2003-08-01)
Using the notions of Q-heaps and fusion trees developed by Fredman and
Willard, we develop a faster version of the fractional cascading technique
while maintaining the linear space structure. The new version enables
s ...
Constructing Inverted Files on a Cluster of Multicore Processors Near Peak I/O Throughput
(2011-03-03)
We develop a new strategy for processing a collection of documents on a cluster of multicore processors to build the inverted files at almost the peak I/O throughput of the underlying system. Our algorithm is based on a ...
Sorting on Clusters of SMPs
(1998-10-15)
Clusters of symmetric multiprocessors (SMPs) have emerged as the
primary candidates for large scale multiprocessor systems. In this paper,
we introduce an efficient sorting algorithm for clusters of SMPs. This
algorithm ...
Parallel Algorithms for Image Enhancement and Segmentation by Region Growing with an Experimental Study
(1998-10-15)
This paper presents efficient and portable implementations of a
useful image enhancement process, the Symmetric Neighborhood Filter
(SNF), and an image segmentation technique which makes use of the SNF
and a ...
A Parallel Sorting Algorithm With an Experimental Study
(1998-10-15)
Previous schemes for sorting on general-purpose parallel machines
have had to choose between poor load balancing and irregular
communication or multiple rounds of all-to-all personalized
communication. In this paper, ...
Practical Parallel Algorithms for Dynamic Data Redistribution, Median Finding, and Selection
(1998-10-15)
A common statistical problem is that of finding the
median element in a set of data. This paper presents a fast and
portable parallel algorithm for finding the median given a set of
elements distributed across a parallel ...