add a big picture scheme for comp arch
This commit is contained in:
parent
2ea0c0b60c
commit
b2e104b696
2 changed files with 3 additions and 0 deletions
|
@ -64,6 +64,8 @@
|
||||||
- temporal and spacial locality of data
|
- temporal and spacial locality of data
|
||||||
- The gory details about the memory hierarchy: [What Every Programmer Should Know About Memory](https://www.akkadia.org/drepper/cpumemory.pdf) by the notorious Ulrich Drepper
|
- The gory details about the memory hierarchy: [What Every Programmer Should Know About Memory](https://www.akkadia.org/drepper/cpumemory.pdf) by the notorious Ulrich Drepper
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
# …and what about the GPU?
|
# …and what about the GPU?
|
||||||

|

|
||||||
- A GPU has many (in the order of hundreds) SIMT (single instruction, multiple thread) cores, so called SMs (Streaming Multiprocessors), each one with local L1 and shared L2 caches, and shared RAM (due to to the high parallelism, with huge bandwidth, in the order of ~1TB/s)
|
- A GPU has many (in the order of hundreds) SIMT (single instruction, multiple thread) cores, so called SMs (Streaming Multiprocessors), each one with local L1 and shared L2 caches, and shared RAM (due to to the high parallelism, with huge bandwidth, in the order of ~1TB/s)
|
||||||
|
|
1
architecture/computer_architecture_big_picture.svg
Normal file
1
architecture/computer_architecture_big_picture.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 26 KiB |
Loading…
Add table
Add a link
Reference in a new issue