# Chap 2. Hardware

**Estimating your needs in the near future, evaluating the hardware options, and selecting the appropriate hardware ( the server, the data center, etc) are the basic skillsets for an MLOps developer.**

Hardware, HW bottlenecks, different types of workloads (memory intensive, compute intensive, memory bandwidth intensive). CPU vs GPU vs TPU. Tools to find the bottlenecks (is it IO/CPU compute/GPU compute/ GPU mem bandiwidth / GPU mem - CPU mem bandwidth). Scaling

It various much for a different scenario, for example, if you're a lab admin, startup's tech lead, or a solo performer, &#x20;

Resources in the reference:

cornell's lecture: <http://www.cs.cornell.edu/courses/cs6787/2017fa/Lecture11.pdf>

berkley's courses:&#x20;

<https://inst.eecs.berkeley.edu/~ee290-2/sp20/>

MIT's course:

{% embed url="<http://eyeriss.mit.edu/tutorial.html>" %}

Personal development: <https://www.mrdbourke.com/notes-on-building-a-deep-learning-pc/>

<https://blog.inten.to/hardware-for-deep-learning-current-state-and-trends-51c01ebbb6dc>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://lwang010.gitbook.io/longw/mlops/chap-3.-hardware-maintain.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
