GTC2013

Tag: gpu computing

Notable SIGGRAPH 2012 technical papers focused on GPU computing

Notable SIGGRAPH 2012 technical papers focused on GPU computing

| 31 July, 2012 | 1 Comment

We collected notable GPU computing talks at upcoming SIGGRAPH 2012 meeting. All DOIs linked to the corresponding technical papers.

Continue Reading

Graphics processing unit programming strategies and trends in GPU computing

Graphics processing unit programming strategies and trends in GPU computing

| 20 June, 2012 | 2 Comments

Over the last decade, there has been a growing interest in the use of graphics processing units (GPUs) for non-graphics applications. From early academic proof-of-concept papers around the year 2000, the use of GPUs has now matured to a point where there are countless industrial applications. Together with the expanding use of GPUs, we have…

Continue Reading

A Portable Skeleton Library for High-Level GPU Programming

A Portable Skeleton Library for High-Level GPU Programming

| 5 January, 2012 | 0 Comments

While CUDA and OpenCL made general-purpose programming for Graphics Processing Units (GPU) popular, using these programming approaches remains complex and error-prone because they lack high-level abstractions. The especially challenging systems with multiple GPU are not addressed at all by these low-level programming models. We propose SkelCL — a library providing so-called algorithmic skeletons that capture…

Continue Reading