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,13 +1,23 @@
---
layout: figure
figureUrl: /dramsys.svg
figureCaption: The PIM-HBM model integrated into DRAMSys
---
## Virtual Prototype
### Processing Units
<hr/>
<br>
- Integrate DRAMSys into gem5
- Implement PIM-HBM virtual prototype in DRAM model
<br>
<div class="flex justify-center items-center">
<img src="/dramsys.svg">
</div>
<!--
- VP interprets the programmed microkernel
- not yet drop-in replacement
-->
---
layout: figure-side
figureUrl: /data_structures.svg
@@ -18,12 +28,15 @@ figureCaption: Data structures for instructions and register files
### Software Library
<hr/>
<br>
<br>
<br>
- Software support library
- Provides data structures for PIM-HBM
- Adhering special memory layout requirements
#### Software support library
<br>
- Provides data structures for operand data and microkernels
- Executes programmed microkernels
---