Extending the Amalthea model to introduce hardware heterogeneity

Contributions to be presented at WATERS'18
Post Reply
pagetti
Posts: 23
Joined: Thu Jul 02, 2015

Extending the Amalthea model to introduce hardware heterogeneity

Post by pagetti » Fri Jun 01, 2018

Title: Extending the Amalthea model to introduce hardware heterogeneity

Authors: Paolo Burgio and Marko Bertogna

Abstract:
In the last years, power-efficient embedded platforms based on heterogeneous multi- and many-core accelerators paved their way in the automotive domain, where size, weight and power (SWaP) are today primary concerns.

Unfortunately, the hardware complexity of such architectures makes "traditional" approaches to timing analysis and real-time scheduling almost unapplicable in the domain.

One of the main reasons is that, these methodologies and tools were originally designed for systems made of few cores, with a simple shared memory sistem, and they lose their effectiveness when applied, e.g., to the complex hierarchical memory system of modern many-cores.

To tackle this problem, in this work we extend a well-known system and execution model, Amalthea, to cope with hardware heterogeneity.

We choose Amalthea because it is widely adopted in the industrial automotive domain, and it is compliant with Autosar.

More specifically, we introduce in the Amalthea specifications the concept of a many-core co-processor/accelerators, which can be either reprogrammable such as a GPU or application specific, such as a NN accelerator, capturing key aspects of the system, such as timing behavior, memory footprint and data transfers between the host and the accelerator.

Our model extensions will support researchers and engineers in designing future real-time automotive systems based on power-efficient embedded architectures.
Last edited by pagetti on Wed Jul 18, 2018, edited 2 times in total.

User avatar
paolo.burgio
Posts: 2
Joined: Wed Apr 06, 2016
Location: HipertLab@ UniMoRe
Contact:

Re: Extending the Amalthea model to introduce hardware heterogeneity

Post by paolo.burgio » Tue Jul 17, 2018

Hello,

please find here my slides -->
PresentationWaters.pdf
(2.85 MiB) Downloaded 655 times
Paolo

Post Reply