Expected communication cost in compiler.

This commit is contained in:
Marcel Keller
2025-12-24 13:46:43 +11:00
parent f10864f85e
commit bf7f8f4b65
194 changed files with 2768 additions and 884 deletions

View File

@@ -115,6 +115,7 @@ void ThreadMaster<T>::run_with_error()
for (auto thread : threads)
{
stats += thread->P->total_comm();
stats += thread->extra_comm();
exe_stats += thread->processor.stats;
delete thread;
}