Python Primer for the Impatient
Python Primer
for the Impatient
Lua Primer for the Impatient
Lua Primer
for the Impatient
OpenGL interpolation qualifiers (GLSL)
OpenGL interpolation
qualifiers (GLSL)
GLSL Hacker - Pixel hacking with GLSL, Lua and Python under Windows, Linux and Mac OSX
GLSL Hacker 0.5.0
 
OpenGL 4 Tessellation on Mac OS X
OpenGL 4 Tessellation
on Mac OS X
GpuTest 0.4.0 - Cross Platform OpenGL Benchmark for Windows, OS X and Linux
GpuTest 0.4.0 for Windows
Mac OS X and Linux

Posts Tagged ‘image filtering’


SIGGRAPH 2008 Presentations: Programming with CUDA

3 comments - What do you think?  Posted by JeGX - 2008/09/17 at 09:44

Categories: NVIDIA CUDA, Programming   Tags: , , , , , , , ,

NVIDIA has released two SIGGRAPH 2008 presentations about CUDA. The first one talks about image processing and video algorithms with CUDA and shows some CUDA applications such as image filtering (sobel filter with code sample). This presentation talks also about NVCUVID, the video extension for CUDA. NVCUVID is similar to DXVA API, but is platform OS independent.


The second presentation is more general about CUDA programming and shows how to create high performance code to run on the millions of CUDA-capable GPUs already in use.

Links: