Matlab-Python-Transpiler

Context

In present-day times of climate change, all industry sectors should bring down their green house gas emissions (carbon footprint). However, the IT sector’s emissions increase unchecked. The research area for this seminar thesis is the field of “green” software engineering. In this research area one aims at finding ways to lower the energy consumption of a piece of source code when run as a program. Using specialized registers (so called model specific registers) that deliver the cumulated energy consumption of the CPU one can track back energy consumption to different parts of a program.

Motivation

We work on a broader framework to profile programm code for energy efficiency. An energy profiler for Matlab programs has been developed. To generalize the measuring tool to other programming languages as a first step the profiler should be implemented in Python. To be able to integrate updates done in the Matlab profiler into the Python profiler an automated way of transpiling the Matlab tool to Python is desired. A cornerstone for such a Matlab-Python-transpiler is already implemented. The scope of this seminar is to refine the features of the transpiler and to cover a more complete part of the Matlab language.

Goal

Requirements

Pointers

Contact