Skip to content

Commit bdf2d42

Browse files
committed
Submitting Koios benchmarks
1 parent c18b2f2 commit bdf2d42

34 files changed

+548867
-0
lines changed

doc/src/vtr/benchmarks.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,3 +114,4 @@ where :math:`K=` ``<#>``.
114114
spla 2278
115115
tseng 1583
116116
========= ========================================
117+

doc/src/z_references.bib

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -415,3 +415,14 @@ @ARTICLE{murray_micro_symbiflow
415415
number={},
416416
pages={1-1}
417417
}
418+
<<<<<<< HEAD
419+
=======
420+
421+
@inproceedings{koios_benchmarks,
422+
title={Koios: A Deep Learning Benchmark Suite for FPGA Architecture and CAD Research},
423+
author={Arora, Aman and Boutros, Andrew and Rauch, Daniel and Rajen, Aishwarya and Borda, Aatman and Damghani, Seyed A. and Mehta, Samidh and Kate, Sangram and Patel, Pragnesh and Kent, Kenneth B. and Betz, Vaughn and John, Lizy K.},
424+
booktitle={International Conference on Field Programmable Logic and Applications (FPL)},
425+
year={2021}
426+
}
427+
428+
>>>>>>> ca872deda... Dummy change to create a new commit for all files to be PR'ed

vtr_flow/arch/COFFE_22nm/k6FracN10LB_mem20K_complexDSP_customSB_22nm.clustered.denser.xml

Lines changed: 3159 additions & 0 deletions
Large diffs are not rendered by default.

vtr_flow/arch/COFFE_22nm/k6FracN10LB_mem20K_complexDSP_customSB_22nm.clustered.densest.xml

Lines changed: 3159 additions & 0 deletions
Large diffs are not rendered by default.

vtr_flow/arch/COFFE_22nm/k6FracN10LB_mem20K_complexDSP_customSB_22nm.clustered.xml

Lines changed: 3159 additions & 0 deletions
Large diffs are not rendered by default.

vtr_flow/arch/COFFE_22nm/k6FracN10LB_mem20K_complexDSP_customSB_22nm.coupled.denser.xml

Lines changed: 3153 additions & 0 deletions
Large diffs are not rendered by default.

vtr_flow/arch/COFFE_22nm/k6FracN10LB_mem20K_complexDSP_customSB_22nm.coupled.densest.xml

Lines changed: 3153 additions & 0 deletions
Large diffs are not rendered by default.

vtr_flow/arch/COFFE_22nm/k6FracN10LB_mem20K_complexDSP_customSB_22nm.coupled.xml

Lines changed: 3153 additions & 0 deletions
Large diffs are not rendered by default.

vtr_flow/arch/COFFE_22nm/k6FracN10LB_mem20K_complexDSP_customSB_22nm.denser.xml

Lines changed: 3153 additions & 0 deletions
Large diffs are not rendered by default.

vtr_flow/arch/COFFE_22nm/k6FracN10LB_mem20K_complexDSP_customSB_22nm.densest.xml

Lines changed: 3153 additions & 0 deletions
Large diffs are not rendered by default.

vtr_flow/arch/COFFE_22nm/k6FracN10LB_mem20K_complexDSP_customSB_22nm.dsp_heavy.xml

Lines changed: 3154 additions & 0 deletions
Large diffs are not rendered by default.

vtr_flow/arch/COFFE_22nm/k6FracN10LB_mem20K_complexDSP_customSB_22nm.mem_heavy.xml

Lines changed: 3154 additions & 0 deletions
Large diffs are not rendered by default.

vtr_flow/arch/COFFE_22nm/k6FracN10LB_mem20K_complexDSP_customSB_22nm.xml

Lines changed: 3153 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
# Koios Benchmarks
2+
3+
## Introduction
4+
Koios benchmarks are a set of Deep Learning (DL) benchmarks for FPGA architecture and CAD research. They are suitable for DL related architecture and CAD research. There are 19 designs that include several medium-sized benchmarks and some large benchmarks. The designs target different network types (CNNs, RNNs, MLPs, RL) and layer types (fully-connected, convolution, activation, softmax, reduction, eltwise). Some of the designs are generated from HLS tools as well. These designs use many precisions including binary, different fixed point types int8/16/32, brain floating point (bfloat16), and IEEE half-precision floating point (fp16).
5+
6+
## Documentation
7+
A brief documentation of Koios benchmarks is available [here](https://docs.verilogtorouting.org/en/latest/vtr/benchmarks/#koios-benchmarks).
8+
9+
## How to Cite
10+
The following paper may be used as a citation for Koios:
11+
12+
A. Arora, A. Boutros, D. Rauch, A. Rajen, A. Borda, S. A. Damghani, S. Mehta, S. Kate, P. Patel, K. B. Kent, V. Betz, L. K. John "Koios: A Deep Learning Benchmark Suite for FPGA Architecture and CAD Research", FPL, 2021.
13+
14+
Bibtex:
15+
```
16+
@inproceedings{koios_benchmarks,
17+
title={Koios: A Deep Learning Benchmark Suite for FPGA Architecture and CAD Research},
18+
author={Arora, Aman and Boutros, Andrew and Rauch, Daniel and Rajen, Aishwarya and Borda, Aatman and Damghani, Seyed A. and Mehta, Samidh and Kate, Sangram and Patel, Pragnesh and Kent, Kenneth B. and Betz, Vaughn and John, Lizy K.},
19+
booktitle={International Conference on Field Programmable Logic and Applications (FPL)},
20+
year={2021}
21+
}
22+
```
23+
24+
## License
25+
Koios benchmarks are distributed under the [same license as VTR](https://github.com/verilog-to-routing/vtr-verilog-to-routing/blob/master/LICENSE.md).
26+
27+
## Contact
28+
If you have questions, email [Aman Arora](mailto:[email protected]).
29+
30+
If you find any bugs, please file an issue [here](https://github.com/verilog-to-routing/vtr-verilog-to-routing/issues) and tag @aman26kbm in the description.
31+
32+
## Contributing to Koios
33+
We welcome contributions to this benchmark suite. If you'd like to contribute to Koios, contact [Aman Arora](mailto:[email protected]).
34+
35+
## Contributors
36+
*Please keep this up-to-date*
37+
38+
**Professors:** Lizy K. John, Vaughn Betz, Kenneth B. Kent
39+
40+
**Doctoral Students:** Aman Arora (University of Texas at Austin), Andrew Boutros (University of Toronto)
41+
42+
**Graduate Students:** Daniel Rauch (University of Texas at Austin), Aishwarya Rajen (University of Texas at Austin), Seyed Alireza Damghani (University of New Brunswick), Sangram Kate (University of Texas at Austin)
43+
44+
**Undergraduate Students:** Aatman Borda (University of Texas at Austin), Samidh Mehta (University of Texas at Austin), Pragnesh Patel (University of Texas at Austin)
45+

0 commit comments

Comments
 (0)