search for: d80222

Displaying 5 results from an estimated 5 matches for "d80222".

Did you mean: 180222
2020 Aug 10
2
[EXTERNAL] Re: Orc JIT v2 breaks OpenMP in 11.x branch?
...enMPKinds 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. Geoff On Mon, Aug 10, 2020 at 6:54 AM Lang Hames <lhames at gmail.com> wrote: > > 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. &g...
2020 Aug 10
2
[EXTERNAL] Re: Orc JIT v2 breaks OpenMP in 11.x branch?
...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. > > > > Geoff > > > > > > On Mon, Aug 10, 2020 at 6:54 AM Lang Hames <lhames at gmail.com> wrote: > >> Hi Geoff, > >> > >> Nothing in that backtrace leaps out at me. Based on the stack trace an...
2020 Aug 10
2
[EXTERNAL] Re: Orc JIT v2 breaks OpenMP in 11.x branch?
...d 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. > >>> > >>> Geoff > >>> > >>> > >>> On Mon, Aug 10, 2020 at 6:54 AM Lang Hames <lhames at gmail.com> wrote: > >>>> Hi Geoff, > >>>> > >&gt...
2020 Aug 10
2
[EXTERNAL] Re: Orc JIT v2 breaks OpenMP in 11.x branch?
...ef. 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. >>>>> >>>>> Geoff >>>>> >>>>> >>>>> On Mon, Aug 10, 2020 at 6:54 AM Lang Hames <lhames at gmail.com> wrote: >>>>>> Hi Geoff, >>&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,