CUDA experiment I – sinus kernel

Experimental application in C# using CUDA for parallel computation. The grid is quite small sized, but the GPU does it’s work: 512×512 pixels are calculated by various sinus functions that use their output as input while cycling through time. Kernel time is about 3-4 milliseconds, stressing the GPU (GTX 260) only at 2-4% load. The sound is added from a similar experiment that uses visually generated sinus patterns.

This entry was posted in Experiments and tagged , , , , , , , , . Bookmark the permalink.

Comments are closed.