Jong Hoon

Share

When I first started exploring the world of AI accelerators, I found it helpful to read a set of well-written papers and project reports. They introduced me to key ideas such as roofline models, blocking strategies, dataflow mapping, sparsity, mixed precision, and real chip designs.

This list is organized by publication date, with short notes on why each work is useful. I hope it serves as a helpful guide for anyone just beginning to learn how AI accelerators work.


2009 — The Roofline Model

 

 


2016 — Early CNN Accelerators and ISA

  • MIT Eyeriss (ISCA ’16)
    Introduces the Row-Stationary dataflow, a gentle entry point into how data movement dominates energy use.

 

 

  • Cambricon ISA (ISCA ’16)
    A domain-specific instruction set for neural networks, showing how hardware/software co-design starts at the ISA level.

 

 

 

 

 

 


2017 — Google’s TPU

 

 


2018 — Beyond Dense CNNs

 

 

 

 


2019 — Modeling Dataflow and Reuse

  • MAESTRO (MICRO ’19)
    A tool that helps quantify reuse, buffer sizes, and bandwidth. A friendly starting point for understanding the notion of dataflow and mapping strategies.

 

 


2021 — Mixed Precision and Mobile NPUs

 

 

 

 

 

 


2024 — Meta MTIA

  • Meta MTIA v2 (2024 blog)
    Meta’s own custom accelerator for recommendation systems. The blog post format makes it approachable without too much jargon.

 

 

 


2025 — Extending Rooflines for ML Accelerators

 

 

 


Closing Thoughts

This list isn’t meant to be a set of “must-reads,” but rather a collection of papers I personally enjoyed while building my own understanding of AI accelerators. It started as my own reading list, and over time I found that these works gave me both the theory and the real-world perspective—from the early Roofline model and dataflow representations all the way to modern ASICs like TPU, Samsung’s NPU, and Meta’s MTIA.

Looking back, I think these papers made it much easier for me to take my first steps with confidence. I hope that by sharing them, they can also serve as a gentle guide for anyone just beginning their own journey into the world of AI accelerators.

Leave A Comment

  1. Eunji Yoo October 1, 2025 at 2:11 am - Reply

    What a wonderful post! Thank you for organizing it so neatly. It helps a lot.

    • Jong Hoon October 2, 2025 at 6:38 am - Reply

      I’m so glad you found it helpful—thank you for your kind words!

Related Posts