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

Content deleted Content added
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 tackling problems that can be solved using [[Streamstream processing]] and the hardware can only be used in certain ways.
 
===[[Stream processing]]===