fix select_array_conf pass for nested loops
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user