Refactor presentation

This commit is contained in:
2024-04-07 21:21:40 +02:00
parent 56226ebf41
commit 3d15758c82
9 changed files with 279 additions and 187 deletions

View File

@@ -1,33 +1,41 @@
---
layout: figure
figureUrl: /world_energy.svg
figureCaption: Total energy of computing
figureFootnoteNumber: 1
---
## Introduction
### Energy Demand of Applications
<hr/>
<br>
- Total compute energy approaches world's energy production
--> drastic improvements in energy efficiency needed
<div class="flex justify-center">
<img src="/world_energy.svg">
</div>
<Footnotes separator>
<Footnote :number=1>
<Footnote>
SRC. „Decadal Plan for Semiconductors“, Januar 2021. https://www.src.org/about/decadal-plan/.
</Footnote>
</Footnote>
</Footnotes>
---
layout: figure
figureUrl: /gpt.svg
figureCaption: Roofline model of GPT revisions
figureFootnoteNumber: 1
---
## Introduction
### Memory Bound Workloads
<hr/>
<br>
#### Roofline model of GPT revisions<sup>1</sup>
<br>
<div class="flex justify-center">
<img src="/gpt.svg">
</div>
<Footnotes separator>
<Footnote :number=1>
<Footnote>
Ivo Bolsens. „Scalable AI Architectures for Edge and Cloud“, 2023.
</Footnote>
</Footnote>
</Footnotes>