mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-07-19 09:24:14 -05:00
15 lines
477 B
Plaintext
15 lines
477 B
Plaintext
# core.solver.SynthesisSolver { #mlsysim.core.solver.SynthesisSolver }
|
|
|
|
```python
|
|
core.solver.SynthesisSolver()
|
|
```
|
|
|
|
Synthesizes ideal hardware requirements for a model.
|
|
|
|
This solver performs the 'Inverse Solve': given a workload and an SLA,
|
|
what are the required memory bandwidth and peak compute specs?
|
|
|
|
Literature Source:
|
|
1. Jouppi et al. (2017), "In-Datacenter Performance Analysis of a TPU."
|
|
2. Horowitz (2014), "Computing's Energy Problem (and what we can do about it)."
|