From e7656100de151974c2fd1c4408852f0b7a6b2f89 Mon Sep 17 00:00:00 2001 From: Alexios Maras <100875700+alexmr09@users.noreply.github.com> Date: Wed, 24 Jul 2024 19:32:30 +0300 Subject: [PATCH] Update README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 0e85f06..f57a0d2 100644 --- a/README.md +++ b/README.md @@ -331,3 +331,17 @@ Divide Wait: 0 [1] Benoit Jacob, Skirmantas Kligys, Bo Chen, Menglong Zhu, Matthew Tang, Andrew Howard, Hartwig Adam, and Dmitry Kalenichenko. Quantization and training of neural networks for efficient integer-arithmetic-only inference, 2017. + +### Citation +If you find our project helpful, please consider citing our paper: +``` +@misc{mixedICCAD24, + title={Mixed-precision Neural Networks on RISC-V Cores: ISA extensions for Multi-Pumped Soft SIMD Operations}, + author={Giorgos Armeniakos and Alexis Maras and Sotirios Xydis and Dimitrios Soudris}, + year={2024}, + eprint={2407.14274}, + archivePrefix={arXiv}, + primaryClass={cs.AR}, + url={https://arxiv.org/abs/2407.14274}, +} +```