We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adf5e35 commit 18317e7Copy full SHA for 18317e7
chapter_accelerator/Components_of_Hardware_Accelerators.md
@@ -22,3 +22,24 @@ Volta GV100 . This architecture has:
22
23

24
:label:`ch06/ch06-gv100`
25
+
26
+1. 6 GPU processing clusters (GPCs), each containing:
27
28
+ 1. 7 texture processing clusters (TPCs), each containing two
29
+ streaming multiprocessors (SMs).
30
31
+ 2. 14 SMs.
32
33
+2. 84 SMs, each containing:
34
35
+ 1. 64 32-bit floating-point arithmetic units
36
37
+ 2. 64 32-bit integer arithmetic units
38
39
+ 3. 32 64-bit floating-point arithmetic units
40
41
+ 4. 8 Tensor Cores
42
43
+ 5. 4 texture units
44
45
+3. 8 512-bit memory controllers.
0 commit comments