Content deleted Content added
No edit summary |
|||
Line 26:
== GPGPU Computations ==
Modern GPU designs are mainly based on [[SIMD]] computation paradigm. This type of GPU devices are so-called [[General-purpose computing on graphics processing units|general-purpose GPUs (GPGPUs)]].
GPGPUs are able to perform an operation on multiple independent data concurrently with their vector or SIMD functional units.
== Examples ==
|