Rework graph state

This commit is contained in:
2023-06-27 18:38:26 +02:00
parent 669444ebbd
commit 80a3912e3e
7 changed files with 358 additions and 139 deletions

View File

@@ -16,7 +16,7 @@ include("utility.jl")
export Node, Edge, ComputeTaskNode, DataTaskNode, DAG
export AbstractTask, AbstractComputeTask, AbstractDataTask, DataTask, ComputeTaskP, ComputeTaskS1, ComputeTaskS2, ComputeTaskV, ComputeTaskU, ComputeTaskSum, FusedComputeTask
export make_node, make_edge, insert_node, insert_edge, is_entry_node, is_exit_node, parents, children, compute, graph_properties, get_exit_node, is_valid
export node_fusion, node_reduction, node_split, generate_options
export NodeFusion, NodeReduction, NodeSplit, push_operation!, pop_operation!, generate_options
export import_txt
export ==, in, show