mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-07-20 01:01:30 -05:00
15 lines
469 B
Plaintext
15 lines
469 B
Plaintext
# core.solver.SensitivitySolver { #mlsysim.core.solver.SensitivitySolver }
|
|
|
|
```python
|
|
core.solver.SensitivitySolver()
|
|
```
|
|
|
|
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."
|