Package | Description |
---|---|
exploration.interfaces.threeDim |
package contains interfaces for a 3D design space exploration experiments.
|
exploration.interfaces.twoDim |
package contains interfaces for a 2D design space exploration experiments.
|
exploration.parameters.oneDimension |
package contains exploration parameters for all one-dimensional
exploration.
|
solver.distributedMemory.mapping |
package contains solver for mapping problem (partition + allocation + communication cost).
|
solver.distributedMemory.partitioning |
package contains solver for partitioning problem.
|
solver.distributedMemory.placement |
package contains solver for placement 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 | Interface and Description |
---|---|
interface |
WrkLdCommCostConstraints
Interface to be implemented for 2-dim exploration of
Workload imbalance and total communication cost
|
Modifier and Type | Field and Description |
---|---|
private CommunicationCostConstraints |
CommCostParams.satSolver
Solver being used to determine the communication cost.
|
Modifier and Type | Method and Description |
---|---|
void |
CommCostParams.setSolver(CommunicationCostConstraints solver)
Set the SMT solver for exploration purposes.
|
Modifier and Type | Class and Description |
---|---|
class |
MappingCommSolver
Combine solving of mapping and communication cost problem.
|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
GenericPlacementSolver
Generic placement solver which maps a group of SDF actors to
a cluster on target platform.
|