-
Notifications
You must be signed in to change notification settings - Fork 0
/
chip.tex
35 lines (25 loc) · 1.36 KB
/
chip.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
\twocolumn
\section{Abstract}
Recent breakthroughs in machine learning, especially in the field of multi layer convolutional networks(CNNs) have
led to major improvements in the accuracy, speed and versatility of non-trivial image recognition. However the
execution time on regular CPU architectures has proven to be a major roadblock for the wide adoption of CNN technology.
We believe that a combination of a energy efficient RISC-V processor and our GEMM
acceleration cores could yield a speed increase of multiple magnitudes while preserving a low energy budget which
would even allow energy constrained applications like embedded devices to profit of state-of-the-art machine
learning. The RISC-V processor would interface with the acceleration cores through our proposed RISC-V extension.
This would enable hardware manufacturers to change the implementation of their accelerators while keeping compatibility
with older software.
\vspace{0.5cm}
\hrule
\section{Background}
\begin{figure*}[b]
\centering
\includegraphics[width=\textwidth]{Typical_cnn.png}
\caption{Fig.1: Example of a CNN for image classification. Image source: \cite{CNN_example}}
\end{figure*}
\onecolumn
\begin{thebibliography}{99}
\raggedright
\bibitem{CNN_example}
By Aphex34 - Own work, CC BY-SA 4.0, \texttt{https://commons.wikimedia.org/w/index.php?curid=45679374}
\end{thebibliography}