├── data ├── important.txt ├── img │ ├── BERT-ARCH.png │ └── BERT-on-Silicon.png ├── figs │ └── publication_year.png ├── footer.txt ├── header.txt ├── basic.txt └── papers.csv ├── requirements.txt ├── .vscode └── settings.json ├── LICENSE ├── scripts ├── formatify.py └── generator.py ├── .gitignore └── nb └── papers.ipynb /data/important.txt: -------------------------------------------------------------------------------- 1 | 2 | # Hardware Research 3 | -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | pyyaml 2 | bib2yaml 3 | ipython 4 | numpy 5 | pandas 6 | matplotlib 7 | seaborn 8 | -------------------------------------------------------------------------------- /data/img/BERT-ARCH.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aliemo/transfomers-silicon-research/HEAD/data/img/BERT-ARCH.png -------------------------------------------------------------------------------- /data/img/BERT-on-Silicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aliemo/transfomers-silicon-research/HEAD/data/img/BERT-on-Silicon.png -------------------------------------------------------------------------------- /data/figs/publication_year.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aliemo/transfomers-silicon-research/HEAD/data/figs/publication_year.png -------------------------------------------------------------------------------- /data/footer.txt: -------------------------------------------------------------------------------- 1 | ## Analysis 2 | 3 |
4 |
5 |
23 |
24 |
| \n", 83 | " | year | \n", 84 | "publisher | \n", 85 | "type | \n", 86 | "platform | \n", 87 | "model | \n", 88 | "method | \n", 89 | "title | \n", 90 | "doi | \n", 91 | "url | \n", 92 | "ignore | \n", 94 | "silicon | \n", 95 | "pubkey | \n", 96 | "pubname | \n", 97 | "reserved | \n", 98 | "|
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 0 | \n", 103 | "2022 | \n", 104 | "IEEE | \n", 105 | "article | \n", 106 | "__no_data__ | \n", 107 | "['BERT'] | \n", 108 | "__no_data__ | \n", 109 | "A 28nm 27.5TOPS/W Approximate-Computing-Based ... | \n", 110 | "https://doi.org/10.1109/ISSCC42614.2022.9731686 | \n", 111 | "https://doi.org/10.1109/ISSCC42614.2022.9731686 | \n", 112 | "False | \n", 113 | "False | \n", 114 | "True | \n", 115 | "NaN | \n", 116 | "IEEE International Solid- State Circuits Confe... | \n", 117 | "DEADBEEF | \n", 118 | "
| 1 | \n", 121 | "2022 | \n", 122 | "IEEE | \n", 123 | "article | \n", 124 | "__no_data__ | \n", 125 | "['BERT'] | \n", 126 | "__no_data__ | \n", 127 | "A 40nm 5.6TOPS/W 239GOPS/mm2 Self-Attention Pr... | \n", 128 | "https://doi.org/10.1109/ESSCIRC55480.2022.9911343 | \n", 129 | "https://doi.org/10.1109/ESSCIRC55480.2022.9911343 | \n", 130 | "False | \n", 131 | "False | \n", 132 | "True | \n", 133 | "NaN | \n", 134 | "ESSCIRC 2022- IEEE 48th European Solid State C... | \n", 135 | "DEADBEEF | \n", 136 | "
| 2 | \n", 139 | "2022 | \n", 140 | "IEEE | \n", 141 | "article | \n", 142 | "__no_data__ | \n", 143 | "['BERT'] | \n", 144 | "__no_data__ | \n", 145 | "A Dual-Mode Similarity Search Accelerator base... | \n", 146 | "https://doi.org/10.1109/FCCM53951.2022.9786159 | \n", 147 | "https://doi.org/10.1109/FCCM53951.2022.9786159 | \n", 148 | "False | \n", 149 | "False | \n", 150 | "True | \n", 151 | "NaN | \n", 152 | "International Symposium on Field-Programmable ... | \n", 153 | "DEADBEEF | \n", 154 | "
| 3 | \n", 157 | "2022 | \n", 158 | "ACM | \n", 159 | "article | \n", 160 | "__no_data__ | \n", 161 | "['BERT'] | \n", 162 | "__no_data__ | \n", 163 | "A Fast and Flexible FPGA-based Accelerator for... | \n", 164 | "https://doi.org/10.1145/3564606 | \n", 165 | "https://doi.org/10.1145/3564606 | \n", 166 | "False | \n", 167 | "False | \n", 168 | "True | \n", 169 | "NaN | \n", 170 | "ACM Transactions on Architecture and Code Opti... | \n", 171 | "DEADBEEF | \n", 172 | "
| 4 | \n", 175 | "2022 | \n", 176 | "arXiv | \n", 177 | "article | \n", 178 | "__no_data__ | \n", 179 | "['BERT'] | \n", 180 | "__no_data__ | \n", 181 | "A Fast Post-Training Pruning Framework for Tra... | \n", 182 | "https://doi.org/10.48550/arXiv.2204.09656 | \n", 183 | "https://doi.org/10.48550/arXiv.2204.09656 | \n", 184 | "False | \n", 185 | "check | \n", 186 | "True | \n", 187 | "NaN | \n", 188 | "Computer Science > Computation and Language | \n", 189 | "DEADBEEF | \n", 190 | "