|
38 | 38 | "\n",
|
39 | 39 | "```{figure} figures/gpu_for_graphics.png\n",
|
40 | 40 | ":alt: A graphics card powering 3D rendering on a computer display.\n",
|
41 |
| - ":name: fig-gpu\n", |
| 41 | + ":name: fig-gpu-graphics\n", |
42 | 42 | ":width: 500px\n",
|
43 | 43 | ":align: center\n",
|
44 | 44 | "\n",
|
|
75 | 75 | "\n",
|
76 | 76 | "```{figure} figures/gpu_2048_regions.png\n",
|
77 | 77 | ":alt: A computer monitor showing an image of a sunset divided into many small grid regions, representing how a GPU processes tasks in thousands of parallel chunks.\n",
|
78 |
| - ":name: fig-gpu\n", |
| 78 | + ":name: fig-gpu-2048-regions\n", |
79 | 79 | ":width: 500px\n",
|
80 | 80 | ":align: center\n",
|
81 | 81 | "\n",
|
|
84 | 84 | "\n",
|
85 | 85 | "```{figure} figures/cpu_4_regions.png\n",
|
86 | 86 | ":alt: A computer monitor showing an image of a sunset divided into four large regions, representing how a CPU processes tasks in fewer, larger chunks.\n",
|
87 |
| - ":name: fig-gpu\n", |
| 87 | + ":name: fig-gpu-4-regions\n", |
88 | 88 | ":width: 500px\n",
|
89 | 89 | ":align: center\n",
|
90 | 90 | "\n",
|
|
122 | 122 | "\n",
|
123 | 123 | "```{figure} figures/cpu_architecture.png\n",
|
124 | 124 | ":alt: Illustration of a CPU with four cores, each core handling one task, showing limited parallel task execution.\n",
|
125 |
| - ":name: fig-gpu\n", |
| 125 | + ":name: fig-cpu-architecture\n", |
126 | 126 | ":width: 500px\n",
|
127 | 127 | ":align: center\n",
|
128 | 128 | "\n",
|
|
131 | 131 | "\n",
|
132 | 132 | "```{figure} figures/gpu_architecture.png\n",
|
133 | 133 | ":alt: Illustration of a GPU with many small cores, each working on parts of multiple tasks simultaneously, showing massive parallelism.\n",
|
134 |
| - ":name: fig-gpu\n", |
| 134 | + ":name: fig-gpu-architecture\n", |
135 | 135 | ":width: 500px\n",
|
136 | 136 | ":align: center\n",
|
137 | 137 | "\n",
|
|
1787 | 1787 | "name": "python",
|
1788 | 1788 | "nbconvert_exporter": "python",
|
1789 | 1789 | "pygments_lexer": "ipython3",
|
1790 |
| - "version": "3.12.2" |
| 1790 | + "version": "3.9.19" |
1791 | 1791 | }
|
1792 | 1792 | },
|
1793 | 1793 | "nbformat": 4,
|
|
0 commit comments