Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
IanBoyanZhang authored Jan 9, 2024
1 parent 7c63deb commit f9e4ba3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ It is the heart of Google's TPUs and major workhorses of DSP engines.

In this project, we manually build a 3x3 matrix multiplier with Multiply-Accumulate Units that support two popular data formats used in modern machine learning or neural networks applications.

FP16 and int8 modes are runtime configurable through the Caravel SoC core. The design is focusing on clean coding for ease of understanding and proper modulation for future extension.
FP16 and INT8 modes are runtime configurable through the Caravel SoC core. The design is focusing on clean coding for ease of understanding, proper modulation for future extension and code generation.

Huge shoutout and appreciation to Steve @https://aurifexlabs.com/ for his invaluable assistance with Caravel.
Huge shoutout to Steve @https://aurifexlabs.com/ for his invaluable assistance with Caravel.

Future modification or submission could be found [here](https://github.com/IanBoyanZhang/SystolicArray).

0 comments on commit f9e4ba3

Please sign in to comment.