Efficient Memory Organization for DNN Hardware Accelerator Implementation on PSoC

The use of deep learning solutions in different disciplines is increasing and their algorithms are computationally expensive in most cases. For this reason, numerous hardware accelerators have appeared to compute their operations efficiently in parallel, achieving higher performance and lower latenc...

Descripción completa

Detalles Bibliográficos
Autores: Ríos Navarro, José Antonio, Gutiérrez Galán, Daniel, Domínguez Morales, Juan Pedro, Piñero-Fuentes, Enrique, Durán López, Lourdes, Tapiador Morales, Ricardo, Domínguez Morales, Manuel Jesús
Tipo de recurso: artículo
Estado:Versión publicada
Fecha de publicación:2021
País:España
Institución:Universidad de Sevilla (US)
Repositorio:idUS. Depósito de Investigación de la Universidad de Sevilla
OAI Identifier:oai:idus.us.es:11441/112503
Acceso en línea:https://hdl.handle.net/11441/112503
https://doi.org/10.3390/electronics10010094
Access Level:acceso abierto
Palabra clave:Deep learning
Embedded systems
PSoC
Memory organization
FPGA
Hardware accelerator
Descripción
Sumario:The use of deep learning solutions in different disciplines is increasing and their algorithms are computationally expensive in most cases. For this reason, numerous hardware accelerators have appeared to compute their operations efficiently in parallel, achieving higher performance and lower latency. These algorithms need large amounts of data to feed each of their computing layers, which makes it necessary to efficiently handle the data transfers that feed and collect the information to and from the accelerators. For the implementation of these accelerators, hybrid devices are widely used, which have an embedded computer, where an operating system can be run, and a field-programmable gate array (FPGA), where the accelerator can be deployed. In this work, we present a software API that efficiently organizes the memory, preventing reallocating data from one memory area to another, which improves the native Linux driver with a 85% speed-up and reduces the frame computing time by 28% in a real application.