Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generalize HEFT #3

Open
jaredraycoleman opened this issue May 30, 2023 · 0 comments
Open

Generalize HEFT #3

jaredraycoleman opened this issue May 30, 2023 · 0 comments

Comments

@jaredraycoleman
Copy link
Contributor

Generalize HEFT 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant