From 6a289a97ce1e6f6e80fe1afc23ac526a68ef2a5b Mon Sep 17 00:00:00 2001
From: Dominik Zobel <zobel@dkrz.de>
Date: Thu, 27 Jun 2024 12:10:41 +0200
Subject: [PATCH] Move general memory pyramid to beginning

---
 lectures/memory-hierarchies/slides.qmd | 44 +++++++++++++-------------
 1 file changed, 22 insertions(+), 22 deletions(-)

diff --git a/lectures/memory-hierarchies/slides.qmd b/lectures/memory-hierarchies/slides.qmd
index 37a2eb6..66eeb6d 100644
--- a/lectures/memory-hierarchies/slides.qmd
+++ b/lectures/memory-hierarchies/slides.qmd
@@ -28,6 +28,27 @@ author: "Dominik Zobel and Florian Ziemen"
 
 
 
+## Memory Pyramid (upwards)
+
+
+:::{.r-stack}
+
+![](static/pyramid01.png){.fragment width=70% fragment-index=1}
+
+![](static/pyramid02.png){.fragment width=70% fragment-index=2}
+
+![](static/pyramid03.png){.fragment width=70% fragment-index=3}
+
+![](static/pyramid04.png){.fragment width=70% fragment-index=4}
+
+![](static/pyramid05.png){.fragment width=70% fragment-index=5}
+
+![](static/pyramid06.png){.fragment width=70% fragment-index=6}
+
+:::
+
+
+
 # Speed and access time
 
 ## Processor speed vs. memory speed
@@ -312,28 +333,7 @@ Techniques to provide data ahead of time
 
 
 
-# Visualization of memory hierarchies
-
-## Memory Pyramid (upwards)
-
-
-:::{.r-stack}
-
-![](static/pyramid01.png){.fragment width=70% fragment-index=1}
-
-![](static/pyramid02.png){.fragment width=70% fragment-index=2}
-
-![](static/pyramid03.png){.fragment width=70% fragment-index=3}
-
-![](static/pyramid04.png){.fragment width=70% fragment-index=4}
-
-![](static/pyramid05.png){.fragment width=70% fragment-index=5}
-
-![](static/pyramid06.png){.fragment width=70% fragment-index=6}
-
-:::
-
-
+# Memory hierarchy on Levante
 
 ## Memory Pyramid (downwards) {auto-animate=true}
 
-- 
GitLab