summaryrefslogtreecommitdiff
path: root/ufo/ufo-task-graph.h
diff options
context:
space:
mode:
authorMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2017-11-03 16:20:00 +0100
committerMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2017-11-03 16:20:00 +0100
commit198408acb85049e667fc9bb0700176953af261a3 (patch)
tree1cacf25eef26a6662f90f5c37fff1b67b705f495 /ufo/ufo-task-graph.h
parent68c9a2b9614d02655a9150a7fb7e5dea46a57f4a (diff)
Improve API docs
Diffstat (limited to 'ufo/ufo-task-graph.h')
-rw-r--r--ufo/ufo-task-graph.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/ufo/ufo-task-graph.h b/ufo/ufo-task-graph.h
index 658e692..13aacc8 100644
--- a/ufo/ufo-task-graph.h
+++ b/ufo/ufo-task-graph.h
@@ -86,11 +86,11 @@ void ufo_task_graph_save_to_json (UfoTaskGraph *graph,
GError **error);
gchar *ufo_task_graph_get_json_data (UfoTaskGraph *graph,
GError **error);
-gboolean ufo_task_graph_is_alright (UfoTaskGraph *task_graph,
+gboolean ufo_task_graph_is_alright (UfoTaskGraph *graph,
GError **error);
-void ufo_task_graph_map (UfoTaskGraph *task_graph,
+void ufo_task_graph_map (UfoTaskGraph *graph,
GList *gpu_nodes);
-void ufo_task_graph_expand (UfoTaskGraph *task_graph,
+void ufo_task_graph_expand (UfoTaskGraph *graph,
UfoResources *resources,
guint n_gpus,
gboolean expand_remote);
@@ -101,11 +101,11 @@ void ufo_task_graph_connect_nodes_full (UfoTaskGraph *graph,
UfoTaskNode *n1,
UfoTaskNode *n2,
guint input);
-void ufo_task_graph_fuse (UfoTaskGraph *task_graph);
-void ufo_task_graph_set_partition (UfoTaskGraph *task_graph,
+void ufo_task_graph_fuse (UfoTaskGraph *graph);
+void ufo_task_graph_set_partition (UfoTaskGraph *graph,
guint index,
guint total);
-void ufo_task_graph_get_partition (UfoTaskGraph *task_graph,
+void ufo_task_graph_get_partition (UfoTaskGraph *graph,
guint *index,
guint *total);
GType ufo_task_graph_get_type (void);