Package | Description |
---|---|
exploration.interfaces.threeDim |
package contains interfaces for a 3D design space exploration experiments.
|
solver.distributedMemory.partitioning |
package contains solver for partitioning problem.
|
Modifier and Type | Interface and Description |
---|---|
interface |
MaxWrkLdCommCostClusterConstraints
Interface to be implemented for 3-dim exploration of
max workload per cluster, communication cost and number of clusters used.
|
interface |
WorkloadCommClusterConstraints
Interface to be implemented for 3-dim exploration of
Max workload imbalance between the clusters, communication cost and number of clusters used.
|
Modifier and Type | Class and Description |
---|---|
class |
GenericPartitionSolver
Generic partition solve which finds a solution with
workload assigned to a group, communication cost between the groups
and number of groups.
|
class |
PartitionSolverHSDF
An HSDF based partition solver for application graph.
|
class |
PartitionSolverSDF
An SDF based partition solver for application graph.
|