mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-05-07 18:18:42 -05:00
Expand walls.py from 17 to 22 walls, adding Serving (4), Batching (5), Streaming (6), Tail Latency (7), and Checkpoint (19). Update paper.tex with rewritten abstract, concrete LLaMA-3 motivating example, competitive positioning against Calculon/ASTRA-sim/Vidur, and new overview figure. Rebrand docs and tutorials to match.
15 lines
499 B
Plaintext
15 lines
499 B
Plaintext
# core.solver.SensitivitySolver { #mlsysim.core.solver.SensitivitySolver }
|
|
|
|
```python
|
|
core.solver.SensitivitySolver()
|
|
```
|
|
|
|
The 'Automated Architect' — identifies the binding constraint of a system.
|
|
|
|
This meta-solver calculates the sensitivity of system throughput to
|
|
individual hardware specifications (Compute, BW, Network, IO).
|
|
|
|
Literature Source:
|
|
1. Williams et al. (2009), "Roofline" (Sensitivity Foundations).
|
|
2. Hennessy & Patterson (2019), "Computer Architecture: A Quantitative Approach."
|