Abstract

A widely adopted design paradigm for many-core accelerators features processing elements grouped in clusters. Due to area, power and design simplicity, processors in the same clusters are often not equipped with data-caches but rather share a tightly coupled data memory (TCDM). Even if the use of a TCDM is more energy and area efficient than a cache, it requires a higher programming effort because memory transfers need to be explicitly managed (often with DMA-based off-chip memory to TCDM copies) . In this context software caches can be used to automatically transfer data between the local TCDM and the external memory, simplifying the task of the programmer. Despite their ease of use, software caches may incur in non-negligible overheads due to repeatedly invoking the cache runtime. Many-Core systems, however, are often used today for applications in which the unit of computation is not the single memory word but rather more complex data objects, opening room for optimization in software cache runtimes. A good example are computer vision applications, where the computation involves multi-byte objects (e.g feature descriptors). In this paper we present a software cache implementation for the STMicroelectronics STHORM acceleration fabric, with special focus on object-oriented caching techniques aimed at reducing as much as possible the global overhead introduced by the proposed software cache. Our software cache is validated by a set of experiments, and three case studies of Object-Oriented software cache for computer vision applications.

Full Text
Paper version not known

Talk to us

Join us for a 30 min session where you can share your feedback and ask us any queries you have

Schedule a call

Disclaimer: All third-party content on this website/platform is and will remain the property of their respective owners and is provided on "as is" basis without any warranties, express or implied. Use of third-party content does not indicate any affiliation, sponsorship with or endorsement by them. Any references to third-party content is to identify the corresponding services and shall be considered fair use under The CopyrightLaw.