search for: openmpkinds

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

2019 Dec 10
2
[PATCH] D69853: [OpenMP][NFCI] Introduce llvm/IR/OpenMPConstants.h
...itory: > rG LLVM Github Monorepo > > CHANGES SINCE LAST ACTION > https://reviews.llvm.org/D69853/new/ > > https://reviews.llvm.org/D69853 > > Files: > clang/include/clang/AST/OpenMPClause.h > clang/include/clang/AST/StmtOpenMP.h > clang/include/clang/Basic/OpenMPKinds.def > clang/include/clang/Basic/OpenMPKinds.h > clang/lib/AST/CMakeLists.txt > clang/lib/AST/OpenMPClause.cpp > clang/lib/AST/StmtOpenMP.cpp > clang/lib/Basic/OpenMPKinds.cpp > clang/lib/CodeGen/CGOpenMPRuntime.cpp > clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp >...
2019 Dec 10
3
[PATCH] D69853: [OpenMP][NFCI] Introduce llvm/IR/OpenMPConstants.h
...gt; > https://reviews.llvm.org/D69853/new/ > > > > > > https://reviews.llvm.org/D69853 > > > > > > Files: > > > clang/include/clang/AST/OpenMPClause.h > > > clang/include/clang/AST/StmtOpenMP.h > > > clang/include/clang/Basic/OpenMPKinds.def > > > clang/include/clang/Basic/OpenMPKinds.h > > > clang/lib/AST/CMakeLists.txt > > > clang/lib/AST/OpenMPClause.cpp > > > clang/lib/AST/StmtOpenMP.cpp > > > clang/lib/Basic/OpenMPKinds.cpp > > > clang/lib/CodeGen/CGOpenMPRuntim...
2019 Dec 11
2
[PATCH] D69853: [OpenMP][NFCI] Introduce llvm/IR/OpenMPConstants.h
...t; > > > > > https://reviews.llvm.org/D69853 > > > > > > > > > > Files: > > > > > clang/include/clang/AST/OpenMPClause.h > > > > > clang/include/clang/AST/StmtOpenMP.h > > > > > clang/include/clang/Basic/OpenMPKinds.def > > > > > clang/include/clang/Basic/OpenMPKinds.h > > > > > clang/lib/AST/CMakeLists.txt > > > > > clang/lib/AST/OpenMPClause.cpp > > > > > clang/lib/AST/StmtOpenMP.cpp > > > > > clang/lib/Basic/OpenMPKinds.cpp...
2020 Aug 10
2
[EXTERNAL] Re: Orc JIT v2 breaks OpenMP in 11.x branch?
...gh I haven't 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...
2020 Aug 10
2
[EXTERNAL] Re: Orc JIT v2 breaks OpenMP in 11.x branch?
...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. > > ----- > > > >...
2020 Aug 10
2
[EXTERNAL] Re: Orc JIT v2 breaks OpenMP in 11.x branch?
...ersion 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. >...
2020 Aug 10
2
[EXTERNAL] Re: Orc JIT v2 breaks OpenMP in 11.x branch?
.... 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 r...
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,