search for: iomp

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

Did you mean: iomap
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
...> > 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 >&g...
2015 Apr 30
17
[LLVMdev] libiomp, not libgomp as default library linked with -fopenmp
All, I'd like to resurrect the discussion on replacing libgomp with libiomp as the default OpenMP runtime library linked with -fopenmp. For reference, the previous discussion is accessible there: http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20140217/thread.html#99461 We are very close to getting *full* OpenMP 3.1 specification supported in clang (only one (...