Use real ABC-Model compute effort and data transfer numbers

This commit is contained in:
Anton Reinhard
2023-09-07 18:46:41 +02:00
parent e59d24ebe5
commit 27c4b8ba34
7 changed files with 92 additions and 30 deletions

View File

@ -37,7 +37,7 @@ copy(n::DataTaskNode) = DataTaskNode(
copy(n.nodeReduction),
copy(n.nodeSplit),
copy(n.nodeFusion),
copy(n.name),
n.name,
)
"""