🛠️ Steven Gong

Search

SearchSearch
  • Multiply-Accumulate (MAC)
  • Related

Feb 24, 2025, 1 min read

Multiply-Accumulate (MAC)

Resources

  • https://en.wikipedia.org/wiki/Multiply%E2%80%93accumulate_operation

First introduced in ECE222. Properly saw at Tesla working on Dojo.

Multiply and Accumulate (MAC): This operation performs:

accumulator=accumulator+(aĂ—b) Under the hood, this calls Fused Multiply-Add with the accumulator.

When performed with a single rounding, it is called a fused multiply–add (FMA) or fused multiply–accumulate (FMAC).

Related

  • Fused Multiply-Add

Graph View

Backlinks

  • ECE222 - Digital Computers

Created with Quartz, © 2025

  • Blog
  • LinkedIn
  • Twitter
  • GitHub