Skip to content

Commit bc36b2d

Browse files
author
Li
committed
updated readme
1 parent 4f3a38d commit bc36b2d

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,12 @@ fully powered by Jialinli
1010
1. Eyeriss: An Energy-Efficient Reconfigurable Accelerator for Deep Convolutional Neural Networks [ISSIC 2016] [here](http://www.rle.mit.edu/eems/wp-content/uploads/2016/02/eyeriss_isscc_2016.pdf)
1111
1. Eyeriss: An Energy-Efficient Reconfigurable Accelerator for Deep Convolutional Neural Networks slides [ISSIC 2016] [here](http://www.rle.mit.edu/eems/wp-content/uploads/2016/02/eyeriss_isscc_2016_slides.pdf)
1212
1. **Hardware Architectures for Deep Neural Networks** [ISCA 2017] [here](http://www.rle.mit.edu/eems/wp-content/uploads/2017/03/Tutorial-on-DNN-CICS-MTL.pdf)
13-
1413
1. Eyeriss: A Spatial Architecture for Energy-Efficient Dataflow
1514
for Convolutional Neural Networks [ISCA 2016] [here](http://www.rle.mit.edu/eems/wp-content/uploads/2016/04/eyeriss_isca_2016.pdf)
16-
1715
1. DNN Accelerator
1816
Architectures slides [ISCA 2017] [here](http://www.rle.mit.edu/eems/wp-content/uploads/2017/06/Tutorial-on-DNN-4-of-9-DNN-Accelerator-Architectures.pdf)
1917

2018
## Eyeriss brief introduction
21-
2219
Eyeriss is an accelerator that can deliver state-of-the- art accuracy with minimum energy consumption in the system (including DRAM) in real-time, by using two key methods:
2320
1. efficient dataflow and supporting hardware (spatial array, memory hierarchy and on-chip network) that minimize data movement by exploiting data reuse and support different shapes;
2421
1. exploit data statistics to minimize energy through zeros skipping/gating to avoid unnecessary reads and computations; and data compression to reduce off-chip memory bandwidth, which is the most expensive data movement.
@@ -71,6 +68,7 @@ While existing dataflows attempt to maximize certain types of input data reuse o
7168
### Hive platform
7269

7370
Hive is a new CNN platform based on Eyeriss chip or EyerissF simulator, which contains basic funxs to establish CNN.
71+
**(NOT "APACHE HIVE")**
7472
Eyeriss or EyerissF just only an ASIC chip and python-made simulator and can not achieve any tasks. In order to do pattern regonization tasks, it must have a mature platform to support standard input data.
7573
Hive is aiming to tranfor 3-channel jpg pics to input Eyeriss supported stream and decompress results.
7674

@@ -108,12 +106,15 @@ hive.FullConnect(vector,vector2)
108106

109107

110108
## contact me
111-
please Email lee@frony.net
109+
please Email lee@frony.net or k1924116@kcl.ac.uk
110+
111+
## REALLY IMPORTANT
112+
**Emergy model IS NOT finished YET**
112113

113114
## last updated
114-
2019 May 10th
115+
2019 Sep 23th
115116

116117
## __future__
117118
1. changing name in case of any misunderstanding with 'Apache Hive'
118119
1. overriding file constructions to make basic code in src folder
119-
1. add new functions in energy stream calculation between different storage layers
120+
1. add new functions in energy stream calculation between different storage layers

0 commit comments

Comments
 (0)