Some file reordering and parallelization work

This commit is contained in:
2023-08-21 12:54:45 +02:00
parent 895e4b2a12
commit 2e96e6520e
11 changed files with 705 additions and 628 deletions

View File

@ -127,8 +127,8 @@ import MetagraphOptimization.partners
@test MetagraphOptimization.get_exit_node(graph) == d_exit
@test length(partners(s0)) == 0
@test length(siblings(s0)) == 0
@test length(partners(s0)) == 1
@test length(siblings(s0)) == 1
operations = get_operations(graph)
@test length(operations) == (nodeFusions = 10, nodeReductions = 0, nodeSplits = 0)