Skip to content

Commit

Permalink
好!
Browse files Browse the repository at this point in the history
  • Loading branch information
chuigda committed Jul 29, 2023
1 parent 21f2cb5 commit 06f1b1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion markdown/10mins-computer-graphics-2.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
- 每次循环执行的任务规模有限
- 两次循环之间没有什么依赖关系,可以*各算各的*,也就是说,**我们可以*并行*地进行这些循环**

而 CPU 是为*少量**大型*任务设计的,虽然 CPU 也可以利用多线程和 `SIMD` 等方式来加速处理,但面对浩如烟海的像素数量,CPU 也无能为力。这也就催生了 **GPU**
而 CPU 是为*少量**大型*任务设计的,虽然 CPU 也可以利用多线程和 `SIMD` 等方式来加速处理,但面对浩如烟海的像素数量,CPU 也力不从心。这也就催生了专用的**图形处理器**,也就是 **GPU**

## GPU 的特性

Expand Down

0 comments on commit 06f1b1f

Please sign in to comment.