Displaying 1 result from an estimated 1 matches for "gompimpl".
2018 Jun 07
2
[RFC] Abstract Parallel IR Optimizations
...Optimization (A)nalysis/(T)ransformation Impl.
---------------------------------------------------------------------------
CodePlacementOpt \ /---> ParallelRegionInfo (A) ---------|-> KMPCImpl (A)
RegionExpander -\ | | GOMPImpl (A)
AttributeAnnotator -|-|---> ParallelCommunicationInfo (A) --/ ...
BarrierElimination -/ |
VariablePrivatization / \---> ParallelIR/Builder (T) -----------> KMPCImpl (T)
In our setting, a parallel region can be an outlined function called
through a runtime library but also a...