Skip to content

Commit 228d0ee

Browse files
fix: duplicate fig names
1 parent 469debd commit 228d0ee

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

individual_modules/intro_to_GPUs/theory.ipynb

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"\n",
3939
"```{figure} figures/gpu_for_graphics.png\n",
4040
":alt: A graphics card powering 3D rendering on a computer display.\n",
41-
":name: fig-gpu\n",
41+
":name: fig-gpu-graphics\n",
4242
":width: 500px\n",
4343
":align: center\n",
4444
"\n",
@@ -75,7 +75,7 @@
7575
"\n",
7676
"```{figure} figures/gpu_2048_regions.png\n",
7777
":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",
7979
":width: 500px\n",
8080
":align: center\n",
8181
"\n",
@@ -84,7 +84,7 @@
8484
"\n",
8585
"```{figure} figures/cpu_4_regions.png\n",
8686
":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",
8888
":width: 500px\n",
8989
":align: center\n",
9090
"\n",
@@ -122,7 +122,7 @@
122122
"\n",
123123
"```{figure} figures/cpu_architecture.png\n",
124124
":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",
126126
":width: 500px\n",
127127
":align: center\n",
128128
"\n",
@@ -131,7 +131,7 @@
131131
"\n",
132132
"```{figure} figures/gpu_architecture.png\n",
133133
":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",
135135
":width: 500px\n",
136136
":align: center\n",
137137
"\n",
@@ -1787,7 +1787,7 @@
17871787
"name": "python",
17881788
"nbconvert_exporter": "python",
17891789
"pygments_lexer": "ipython3",
1790-
"version": "3.12.2"
1790+
"version": "3.9.19"
17911791
}
17921792
},
17931793
"nbformat": 4,

0 commit comments

Comments
 (0)