search for: openmpconstants

Displaying 8 results from an estimated 8 matches for "openmpconstants".

2019 Dec 10
2
[PATCH] D69853: [OpenMP][NFCI] Introduce llvm/IR/OpenMPConstants.h
...e? Thanks, Jay. On Tue, 10 Dec 2019 at 06:19, Johannes Doerfert via Phabricator via llvm-commits <llvm-commits at lists.llvm.org> wrote: > > This revision was automatically updated to reflect the committed changes. > Closed by commit rGeb3e81f43f01: [OpenMP][NFCI] Introduce llvm/IR/OpenMPConstants.h (authored by jdoerfert). > > Changed prior to commit: > https://reviews.llvm.org/D69853?vs=232987&id=233003#toc > > Repository: > rG LLVM Github Monorepo > > CHANGES SINCE LAST ACTION > https://reviews.llvm.org/D69853/new/ > > https://reviews.llvm.org/D6...
2019 Dec 10
3
[PATCH] D69853: [OpenMP][NFCI] Introduce llvm/IR/OpenMPConstants.h
...hannes Doerfert via Phabricator via > > llvm-commits <llvm-commits at lists.llvm.org> wrote: > > > > > > This revision was automatically updated to reflect the committed > changes. > > > Closed by commit rGeb3e81f43f01: [OpenMP][NFCI] Introduce > llvm/IR/OpenMPConstants.h (authored by jdoerfert). > > > > > > Changed prior to commit: > > > https://reviews.llvm.org/D69853?vs=232987&id=233003#toc > > > > > > Repository: > > > rG LLVM Github Monorepo > > > > > > CHANGES SINCE LAST ACTION &...
2019 Dec 11
2
[PATCH] D69853: [OpenMP][NFCI] Introduce llvm/IR/OpenMPConstants.h
...-commits <llvm-commits at lists.llvm.org> wrote: > > > > > > > > > > This revision was automatically updated to reflect the committed > > > changes. > > > > > Closed by commit rGeb3e81f43f01: [OpenMP][NFCI] Introduce > > > llvm/IR/OpenMPConstants.h (authored by jdoerfert). > > > > > > > > > > Changed prior to commit: > > > > > https://reviews.llvm.org/D69853?vs=232987&id=233003#toc > > > > > > > > > > Repository: > > > > > rG LLVM Github Monore...
2020 Aug 10
2
[EXTERNAL] Re: Orc JIT v2 breaks OpenMP in 11.x branch?
...quite finished verifying (it takes a while to compile and test a debug version of LLVM). It's commit 1a4fb2edcb908d6c9141036d29b46a347b1b6f18, dated June 1: ----- Summary: This changes Clang's generation of OpenMP runtime functions to use the types and functions defined in OpenMPKinds and OpenMPConstants. New OpenMP runtime function information should now be added to OMPKinds.def. This patch also changed the definitions of __kmpc_push_num_teams and __kmpc_copyprivate to match those found in the runtime. ----- The review of the changes is here: https://reviews.llvm.org/D80222 I am CCing the author...
2020 Aug 10
2
[EXTERNAL] Re: Orc JIT v2 breaks OpenMP in 11.x branch?
...test a debug version of LLVM). It's commit > > 1a4fb2edcb908d6c9141036d29b46a347b1b6f18, dated June 1: > > > > ----- > > Summary: This changes Clang's generation of OpenMP runtime functions > > to use the types and functions defined in OpenMPKinds and > > OpenMPConstants. New OpenMP runtime function information should now be > > added to OMPKinds.def. This patch also changed the definitions of > > __kmpc_push_num_teams and __kmpc_copyprivate to match those found in > > the runtime. > > ----- > > > > The review of the changes is h...
2020 Aug 10
2
[EXTERNAL] Re: Orc JIT v2 breaks OpenMP in 11.x branch?
...gt; >>> 1a4fb2edcb908d6c9141036d29b46a347b1b6f18, dated June 1: > >>> > >>> ----- > >>> Summary: This changes Clang's generation of OpenMP runtime functions > >>> to use the types and functions defined in OpenMPKinds and > >>> OpenMPConstants. New OpenMP runtime function information should now be > >>> added to OMPKinds.def. This patch also changed the definitions of > >>> __kmpc_push_num_teams and __kmpc_copyprivate to match those found in > >>> the runtime. > >>> ----- > >>>...
2020 Aug 10
2
[EXTERNAL] Re: Orc JIT v2 breaks OpenMP in 11.x branch?
...; 1a4fb2edcb908d6c9141036d29b46a347b1b6f18, dated June 1: >>>>> >>>>> ----- >>>>> Summary: This changes Clang's generation of OpenMP runtime functions >>>>> to use the types and functions defined in OpenMPKinds and >>>>> OpenMPConstants. New OpenMP runtime function information should now be >>>>> added to OMPKinds.def. This patch also changed the definitions of >>>>> __kmpc_push_num_teams and __kmpc_copyprivate to match those found in >>>>> the runtime. >>>>> ----- >&g...
2020 Aug 10
2
Orc JIT v2 breaks OpenMP in 11.x branch?
Hi Geoff, Nothing in that backtrace leaps out at me. Based on the stack trace and description my first guess would be a clang misconfiguration rather than a JIT bug. How is that clang invocation being made? Is it from inside a callback from ORC, or is it before you add your module to the JIT? -- Lang. On Mon, Aug 3, 2020 at 5:41 AM Geoff Levner <glevner at gmail.com> wrote: > Here,