search for: intelpir

Displaying 1 result from an estimated 1 matches for "intelpir".

Did you mean: intel_psr
2018 Jun 07
2
[RFC] Abstract Parallel IR Optimizations
...While this sounds tedious at first, it turns out that we can perform key optimizations with reasonable implementation effort (and thereby also reasonable maintenance costs). However, we have various parallel representations that are already in use (KMPC, GOMP, CILK runtime, ...) or proposed (Tapir, IntelPIR, ...). Our proposal seeks to introduce parallelism specific optimizations for multiple representations while minimizing the implementation overhead. This is done through an abstract notion of a parallel region which hides the actual representation from the analysis and optimization passes. In the...