shared_memory_parallelization #33
@@ -121,12 +121,10 @@ static void preventLoopsFromParallelizations(LoopGraph* loop, const set<DIST::Ar
|
||||
}
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
for (LoopGraph* child : loop->children)
|
||||
preventLoopsFromParallelizations(child, prevent, createdDirectives, messagesForFile);
|
||||
}
|
||||
}
|
||||
|
||||
struct DimConf
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user