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 ‘stream computing’


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:


AMD refines its approach to Stream Computing

Be the first to comment - What do you think?  Posted by JeGX - 2008/06/20 at 17:13

Categories: Programming   Tags: , , , ,

Just like Nvidia, AMD provides developers with a high-level application programming interface (API) to tap into its latest graphics processors for non-graphics compute applications. Unlike Nvidia, though, AMD doesn’t make very much noise about what it’s doing in that area. Curious, the guys at The Tech Report got on the phone with AMD Stream Computing Director Patti Harrell and asked her to shed a little light on AMD’s Stream Computing initiative.

Read the complete article HERE.


-source-


AMD Stream SDK v1.1-beta

Be the first to comment - What do you think?  Posted by JeGX - 2008/06/02 at 11:47

Categories: Programming   Tags: , ,

The AMD Stream Team is pleased to announce the availability of AMD Stream SDK v1.1-beta.

Download AMD Stream SDK HERE.

More information on AMD Stream computing HERE.


-source-