D
Analyzed 12 months ago
DCS task mapper is a design space exploration tool for placing tasks (processes) onto a multiprocessor system.
The tool optimizes task mapping (placement) and scheduling of applications with various algorithms. The optimizer tries to look for a mapping that minimizes a given cost function.
... [More]
Usually the cost function is the execution time of the application. Applications are modeled as task graphs. Tasks execute on a processing element (PE), e.g. a processor, HW accelerator etc. [Less]