search for: kmpc

Displaying 3 results from an estimated 3 matches for "kmpc".

Did you mean: kmp
2018 Jun 07
2
[RFC] Abstract Parallel IR Optimizations
...the semantics of the used parallel representation. 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 represent...
2016 Apr 27
6
[Openmp-dev] [cfe-dev] RFC: Proposing an LLVM subproject for parallelism runtime and support libraries
I've put together a proposed "charter" for this new project, which I am calling parallel_utils (although I'm very open to suggestions for a better name). The text of my charter is below, and I welcome any input on how it can be improved. ===================================================== LLVM Parallel Utils Subproject Charter
2016 May 09
5
[cfe-dev] [Openmp-dev] RFC: Proposing an LLVM subproject for parallelism runtime and support libraries
...nable? > > On Thu, Apr 28, 2016 at 7:09 AM Alexandre Eichenberger <alexe at us.ibm.com> > wrote: > >> A suggestion on naming: by choosing too generic a name, you don't get any >> branding. >> >> My point for the omp library: if someone talks about GOMP, KMPC / IOMP, >> or LOMP, they would know we are talking about the GNU, Intel, IBM >> implementation. I don't think we get that with OMP, which was selected for >> the OMP runtime. >> >> So I would suggest to append "llvm" or "lr" for LLVM runtime, or...