Skip to content

Generalize HEFT & CPOP #11

@jaredraycoleman

Description

@jaredraycoleman

Generalize HEFT and CPOP to accept arbitrary cost functions:

exec_cost(task: nx.NodeView, node: nx.NodeView) -> float: returns the cost to execute task on node.
comm_cost(dependency: nx.EdgeView, edge: nx.EdgeView) -> float: returns cost to communicate dependency's data over network edge.
By default, HEFT tries to use weight features and does task_graph_weight / network_weight for both exec and comm costs.

Metadata

Metadata

Labels

bugSomething isn't workingenhancementNew feature or request

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions