Refactor presentation
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user