pacman.operations.placer_algorithms package¶
Submodules¶
pacman.operations.placer_algorithms.draw_placements module¶
Module contents¶
- pacman.operations.placer_algorithms.place_application_graph(system_placements: Placements) Placements ¶
Perform placement of an application graph on the machine.
Note
app_graph must have been partitioned
- Parameters:
system_placements (Placements) – The placements of cores doing system tasks. This is what we start from.
- Returns:
Placements for the application. Includes the system placements.
- Return type: