shared_memory_parallelization #33

Merged
Alexander_KS merged 4 commits from shared_memory_parallelization into master 2024-03-26 13:36:21 +00:00
Showing only changes of commit 83f4e1289c - Show all commits

View File

@@ -121,11 +121,9 @@ static void preventLoopsFromParallelizations(LoopGraph* loop, const set<DIST::Ar
} }
} }
} }
else
{
for (LoopGraph* child : loop->children) for (LoopGraph* child : loop->children)
preventLoopsFromParallelizations(child, prevent, createdDirectives, messagesForFile); preventLoopsFromParallelizations(child, prevent, createdDirectives, messagesForFile);
}
} }
struct DimConf struct DimConf