Skip to content
This repository has been archived by the owner on Apr 9, 2021. It is now read-only.

πŸŽ“ Research paper based on my dissertation: Memory-Aware Genetic Algorithms for Task Mapping on Hard Real-Time Networks-on-Chip

License

Notifications You must be signed in to change notification settings

lloydstill/still-indrusiak-pdp2018

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

7 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Memory-Aware Genetic Algorithms for Task Mapping on Hard Real-Time Networks-on-Chip

Abstract πŸ“„

The problem of mapping hard real-time tasks onto networks-on-chip has previously been successfully addressed by genetic algorithms. However, none of the existing problem formulations consider memory constraints. State-of-the-art genetic mappers are therefore able to find fully-schedulable mappings which are incompatible with the memory limitations of realistic platforms. In this paper, we extend the problem formulation and devise a memory architecture, in the form of private local memories. We then propose three memory models of increasing complexity and realism, and evaluate the impact these additional constraints pose to the genetic search. We conduct extensive experiments using tasks and communications from a realistic benchmark application, and compare the proposed approach against a state-of-the-art baseline mapper.

Published in πŸ“ƒ

πŸ“° 26th Euromicro International Conference on Parallel, Distributed and Network-based Processing (PDP)

πŸ“† 21–23 March 2018

πŸ“ Cambridge, πŸ‡¬πŸ‡§

Citing with BibTeX πŸ“‘

@inproceedings{Still18,
  title={Memory-Aware Genetic Algorithms for Task Mapping on Hard Real-Time Networks-on-Chip},
  author={Still, Lloyd Robert and Indrusiak, Leandro Soares},
  booktitle={2018 26th Euromicro International Conference on Parallel, Distributed and Network-based Processing (PDP)},
  pages={601--608},
  year={2018},
  organization={IEEE}
}

Compiling with latexmk πŸ› οΈ

πŸ“¦ To install prerequisites run brew install --cask mactex-no-gui

🧹 To clean run latexmk -C

βš™οΈ To compile run latexmk -pdf still-indrusiak-pdp2018.tex

About

πŸŽ“ Research paper based on my dissertation: Memory-Aware Genetic Algorithms for Task Mapping on Hard Real-Time Networks-on-Chip

Topics

Resources

License

Stars

Watchers

Forks

Languages