Use real ABC-Model compute effort and data transfer numbers
This commit is contained in:
@ -37,7 +37,7 @@ copy(n::DataTaskNode) = DataTaskNode(
|
||||
copy(n.nodeReduction),
|
||||
copy(n.nodeSplit),
|
||||
copy(n.nodeFusion),
|
||||
copy(n.name),
|
||||
n.name,
|
||||
)
|
||||
|
||||
"""
|
||||
|
Reference in New Issue
Block a user