pacman.operations.partition_algorithms package

Submodules

pacman.operations.partition_algorithms.basic_partitioner module

class pacman.operations.partition_algorithms.basic_partitioner.BasicPartitioner[source]

Bases: object

An basic algorithm that can partition an application graph based on the number of atoms in the vertices.

pacman.operations.partition_algorithms.partition_and_place_partitioner module

class pacman.operations.partition_algorithms.partition_and_place_partitioner.PartitionAndPlacePartitioner[source]

Bases: object

A partitioner that tries to ensure that SDRAM is not overloaded by keeping track of the SDRAM usage on the various chips

Module contents

class pacman.operations.partition_algorithms.BasicPartitioner[source]

Bases: object

An basic algorithm that can partition an application graph based on the number of atoms in the vertices.

class pacman.operations.partition_algorithms.PartitionAndPlacePartitioner[source]

Bases: object

A partitioner that tries to ensure that SDRAM is not overloaded by keeping track of the SDRAM usage on the various chips