paper-with-me

홈 › Papers

Compiler Toolchains for Deep Learning Workloads on Embedded Platforms

2021-03-08 · Max Sponner, Bernd Waschneck, Akash Kumar

As the usage of deep learning becomes increasingly popular in mobile and embedded solutions, it is necessary to convert the framework-specific network representations into executable code for these embedded platforms. This paper consists of two parts: The first section is made up of a survey and benchmark of the available open source deep learning compiler toolchains, which focus on the capabilities and performance of the individual solutions in regard to targeting embedded devices and microcontrollers that are combined with a dedicated accelerator in a heterogeneous fashion. The second part explores the implementation and evaluation of a compilation flow for such a heterogeneous device and reuses one of the existing toolchains to demonstrate the necessary steps for hardware developers that plan to build a software flow for their own hardware.

📄 PDF Abstract BibTeX arXiv:2104.04576

Code (0)

등록된 구현이 없습니다.

Tasks

Deep Learning

Similar Papers 제목 키워드 기반

vAccSOL: Efficient and Transparent AI Vision Offloading for Mobile Robots

2026-03-17 · Adam Zahir, Michele Gucciardom Falk Selker, Anastasios Nanos, Kostis Papazafeiropoulos 외 arxiv

Mobile robots are increasingly deployed for inspection, patrol, and search-and-rescue operations, relying on computer vision for perception, navigation, and autonomous decision-making. However, executing modern vision wo…

Semantic SegmentationVideo ClassificationImage Classification

Real-Time Semantic Segmentation of Aerial Images Using an Embedded U-Net: A Comparison of CPU, GPU, and FPGA Workflows

2025-03-07 · Julien Posso, Hugo Kieffer, Nicolas Menga, Omar Hlimi 외

This study introduces a lightweight U-Net model optimized for real-time semantic segmentation of aerial images, targeting the efficient utilization of Commercial Off-The-Shelf (COTS) embedded computing platforms. We main…

CPUGPUReal-Time Semantic SegmentationSemantic Segmentation

TVM: An Automated End-to-End Optimizing Compiler for Deep Learning

2018-02-12 · Tianqi Chen, Thierry Moreau, Ziheng Jiang, Lianmin Zheng 외

There is an increasing need to bring machine learning to a wide diversity of hardware devices. Current frameworks rely on vendor-specific operator libraries and optimize for a narrow range of server-class GPUs. Deploying…

CPUDeep LearningDiversityGPU

MATCH: Model-Aware TVM-based Compilation for Heterogeneous Edge Devices

2024-10-11 · Mohamed Amine Hamdi, Francesco Daghero, Giuseppe Maria Sarda, Josse Van Delm 외

Streamlining the deployment of Deep Neural Networks (DNNs) on heterogeneous edge platforms, coupling within the same micro-controller unit (MCU) instruction processors and hardware accelerators for tensor computations, i…

Tensor Program Optimization for the RISC-V Vector Extension Using Probabilistic Programs

2025-07-02 · Federico Nicolas Peccia, Frederik Haxel, Oliver Bringmann arxiv

RISC-V provides a flexible and scalable platform for applications ranging from embedded devices to high-performance computing clusters. Particularly, its RISC-V Vector Extension (RVV) becomes of interest for the accelera…