Please enable JavaScript.
Coggle requires JavaScript to display documents.
SLR2 - Coggle Diagram
SLR2
What are the different characteristics of CPUs versus GPUs, and what else besides graphics can GPUs be used for?
Many graphics tasks can be run in parallel. For example setting the colour of independent pixels on a screen. To take advantage of this, the GPU can issue a single instruction and act on many pixels at the same time. This is an example of 'Single Instruction Multiple Data' processing.
A computer will have a basic graphics chip installed on its motherboard and this is fine for every-day use. But 3D graphics, as found in video games require a lot of processing power.
For this reason, a specialist graphics card can be installed. The graphics card contains a 'Graphics Processing Unit' or GPU which is designed to handle graphics and video much faster than the CPU itself.
If an application is making intense use of graphics or video then installing a GPU will improve performance considerably. The CPU will send any graphics related tasks directly to the GPU while it continues to process other tasks.
-
-
-
-