Skip to content

Commit d75f9a7

Browse files
sclaire-1jph00
authored andcommitted
Edit gpu_tutorial.md (fastai#443)
* Edit gpu_tutorial.md Modified the "What is a GPU?" section to be clearer * Edit gpu_tutorial.md Modified the "What is a GPU?" section to be clearer.
1 parent 66a285c commit d75f9a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/gpu_tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sidebar: home_sidebar
66
---
77
## What is a GPU?
88

9-
GPUs are specialized hardware originally created to render games in high frame rates. Graphics texturing and shading require a lot of matrix and vector operations executed in parallel and those chips have been created to take the heat off the CPU while doing that.
9+
GPUs (Graphics Processing Units) are specialized computer hardware originally created to render images at high frame rates (most commonly images in video games). Since graphics texturing and shading require more matrix and vector operations executed in parallel than a CPU (Central Processing Unit) can reasonably handle, GPUs were made to perform these calculations more efficiently.
1010

1111
## Why a GPU?
1212

0 commit comments

Comments
 (0)