Skip to content
Snippets Groups Projects
Commit 64146696 authored by Dominik Zobel's avatar Dominik Zobel
Browse files

Memory hierarchy on Levante GPU

parent d1b74a97
No related branches found
No related tags found
1 merge request!74Memory hierarchies lecture
......@@ -492,6 +492,20 @@ $\approx$ Factor 20 between best and worst access
## Memory on Levante GPUs
- For a NVIDIA A100 80GB GPU (4x in a Levante GPU node)
- Register and L1 Cache for one (of 108) Streaming Multiprocessor of a GPU
| | Latency | Capacity |
| -------------------- | ------------ | ---------- |
| Register | ~1 ns | 4 x 64 KB |
| L1 Cache | a few ns | 192 KB |
| L2 Cache (shared) | ~10 ns | 40MB |
| Main Memory (HBM2e) | 10s of ns | 80 GB |
# Summary
## Observations
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment