search for: openmpch1

Displaying 2 results from an estimated 2 matches for "openmpch1".

Did you mean: openmp11
2020 Feb 14
4
About OpenMP dialect in MLIR
...be any custom loop structure with custom operations / types inside it. > > OpenMP, as an input language, does not make many assumptions about the > code inside of constructs*. This isn’t entirely correct because the current OpenMP API specification ( https://www.openmp.org/spec-html/5.0/openmpch1.html) assumes that the code inside the constructs belong to C, C++ and Fortran programs. > So, inside a parallel can be almost anything > the base language has to offer, both lexically and dynamically. > I am mostly concerned with the MLIR side of things for OpenMP representation. ML...
2020 Feb 13
6
About OpenMP dialect in MLIR
Hi, I have few questions / concerns regarding the design of OpenMP dialect in MLIR that is currently being implemented, mainly for the f18 compiler. Below, I summarize the current state of various efforts in clang / f18 / MLIR / LLVM regarding this. Feel free to add to the list in case I have missed something. 1. [May 2019] An OpenMPIRBuilder in LLVM was proposed for flang and clang frontends.