Tag: algorithm

CudaHull: Fast parallel 3D convex hull on the GPU

CudaHull: Fast parallel 3D convex hull on the GPU

| 23 April, 2012 | 0 Comments

We have presented a 3D convex-hull-construction algorithm using the CUDA programming model. It is similar to Quick Hull, in that it starts with an initial polyhedron constructed using four extreme points, discards internal points, and redistributes the remaining points among the faces.

Continue Reading

Call For Papers: High Performance Simulation of biological systems

Call For Papers: High Performance Simulation of biological systems

| 20 April, 2012 | 0 Comments

The goal of this track is to explore the use of emerging parallel computing architectures as well as High Performance Computing systems for the simulation of relevant biological systems

Continue Reading

MASSIVE 2012: Fourth Workshop on Massive Data Algorithmics

MASSIVE 2012: Fourth Workshop on Massive Data Algorithmics

| 16 April, 2012 | 0 Comments

The scope of the workshop includes both fundamental algorithmic problems involving massive data, as well as algorithms for more specialized problems in, e.g., graphics, databases, statistics and bioinformatics.

Continue Reading

Stochastic Proximity Embedding on GPU: Taking Multidimensional Scaling to a New Scale

Stochastic Proximity Embedding on GPU: Taking Multidimensional Scaling to a New Scale

| 6 February, 2012 | 0 Comments

Stochastic proximity embedding (SPE) was developed as a method for efficiently calculating lower dimensional embeddings of high-dimensional data sets.

Continue Reading

Anatomy of High-Performance 2D Similarity Calculations

Anatomy of High-Performance 2D Similarity Calculations

| 3 February, 2012 | 0 Comments

We describe efficient implementations of this primitive as well as example applications using features of modern CPUs that allow 20-40 performance increases relative to typical code

Continue Reading

High Precision Integer Multiplication with a GPU

High Precision Integer Multiplication with a GPU

| 2 February, 2012 | 0 Comments

We have improved our prior implementation of Strassen’s algorithm for high performance multiplication of very large integers on a general purpose graphics processor (GPU).

Continue Reading

Electronic Structure Calculation Methods on Accelerators workshop at Oak Ridge

Electronic Structure Calculation Methods on Accelerators workshop at Oak Ridge

| 1 February, 2012 | 0 Comments

This conference seeks to bring together computationally oriented scientists interested in using accelerator coprocessors in electronic structure theory. We will discuss recent advances, barriers and perspectives in modeling electronic structure on accelerators.

Continue Reading

Evaluating polynomials in several variables and their derivatives on a GPU computing processor

Evaluating polynomials in several variables and their derivatives on a GPU computing processor

| 30 January, 2012 | 0 Comments

In this paper we describe algorithms for the massively parallel evaluation and differentiation of polynomials in several variables

Continue Reading

Processing piecewise autoregressive model image interpolation algorithm on GPU with CUDA

Processing piecewise autoregressive model image interpolation algorithm on GPU with CUDA

| 27 January, 2012 | 0 Comments

This paper presents a parallel implementation of piecewise autoregressive modeling image interpolation algorithm, using CUDA (Compute Unified Device Architecture) on GPU

Continue Reading

Enhancing data parallelism for ant colony optimisation on GPUs

Enhancing data parallelism for ant colony optimisation on GPUs

| 25 January, 2012 | 0 Comments

In this paper, we deal with a GPU implementation of Ant Colony Optimisation (ACO), a population-based optimisation method which comprises two major stages: Tour construction and Pheromone update.

Continue Reading