General-purpose computing on graphics processing units: Difference between revisions

Content deleted Content added
added ATI GPGPU news item links
m tacking -> tackling
Line 26:
 
==GPGPU Programming Concepts==
GPUs are designed specifically for graphics and thus are very restrictive in terms of operations and programming. Because of their nature GPUs are only effective at tackingtackling problems that can be solved using [[Stream processing]] and the hardware can only be used in certain ways.
 
===Stream Processing===