Tag: gpgpu

Realtime Computer Vision with OpenCV

Realtime Computer Vision with OpenCV

| 14 May, 2012 | 0 Comments

OpenCV have made it easier for application developers to use computer vision. They are well-documented and vibrant open source projects that keep growing, and they are being adapted to new computing technologies

Continue Reading

Optimizing ion channel models using a parallel genetic algorithm on graphical processors

Optimizing ion channel models using a parallel genetic algorithm on graphical processors

| 27 April, 2012 | 0 Comments

We substantially reduced computing time by solving the ODEs so as to massively reduce memory transfers to and from the GPU.

Continue Reading

Two upcoming AMD OpenCL Programming Webinars

Two upcoming AMD OpenCL Programming Webinars

| 16 April, 2012 | 0 Comments

AMD excited to bring a guest presenter and well known GPGPU guru, Rob Farber, to deliver a series of three OpenCL webinars that accompany his 9 AMD sponsored OpenCL article series

Continue Reading

NVIDIA’s 2012 GPU Technology Conference (GTC) Opens for Registration

NVIDIA’s 2012 GPU Technology Conference (GTC) Opens for Registration

| 15 February, 2012 | 0 Comments

Four-Day Event Gathers Experts From Around the Globe; Showcases Breakthroughs Across Broad Range of Scientific, Visual, Technology Fields

Continue Reading

Exploring the limits of GPGPU scheduling in control flow bound applications

Exploring the limits of GPGPU scheduling in control flow bound applications

| 15 February, 2012 | 0 Comments

This work tracks the root causes of execution inefficacies when running control flow intensive CUDA applications on NVIDIA GPGPU hardware

Continue Reading

Parallelization of the finite-difference time-domain method for room acoustics modelling based on CUDA

Parallelization of the finite-difference time-domain method for room acoustics modelling based on CUDA

| 10 February, 2012 | 0 Comments

We present a detailed study between different approaches to the parallelization of the FDTD method applied to room acoustics modelling, and we describe several optimization guidelines to improve the computation speed when using single precision and double precision floating point model data

Continue Reading

Comparison of GPU architectures for asynchronous communication with finite-differencing applications

Comparison of GPU architectures for asynchronous communication with finite-differencing applications

| 4 February, 2012 | 0 Comments

We report on some practical algorithmic and data layout approaches and on performance data on a range of GPUs with CUDA. We focus on the use of multiple GPU devices with a single CPU host and the asynchronous CPU/GPU communications issues involved.

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

Towards Cost-Effective Bio-inspired Optimization: A Prospective Study on the GPU Architecture

Towards Cost-Effective Bio-inspired Optimization: A Prospective Study on the GPU Architecture

| 27 January, 2012 | 0 Comments

This paper studies the impact of varying the population’s size and the problem’s dimensionality in a parallel implementation, for an NVIDIA GPU, of a canonical genetic algorithm.

Continue Reading

From CUDA to OpenCL: Towards a performance-portable solution for multi-platform GPU programming

From CUDA to OpenCL: Towards a performance-portable solution for multi-platform GPU programming

| 26 January, 2012 | 0 Comments

In this paper, we evaluated various aspects of using OpenCL as a performance-portable method for GPGPU application development. Profiling results showed that environment setup overhead is large and should be minimized.

Continue Reading