Arnamoy Bhattacharyya
2012-Jun-18 17:15 UTC
[LLVMdev] Any Work Done/ Going on for OpenMP Support in Clang?
Hello; I saw a discussion went i the llvm mailing list about work on supporting OpenMP in Clang (llvm-gcc already supports that).( http://lists.cs.uiuc.edu/pipermail/llvmdev/2012-January/046640.html) I just want to know, anybody has made any progress in it? It would be really helpful for me. Thanks a lot; -- Arnamoy Bhattacharyya Athabasca Hall 143 Department of Computing Science - University of Alberta Edmonton, Alberta, Canada, T6G 2E8 587-710-7073 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120618/09c7fa0e/attachment.html>
Hal Finkel
2012-Jun-18 19:49 UTC
[LLVMdev] Any Work Done/ Going on for OpenMP Support in Clang?
On Mon, 18 Jun 2012 11:15:53 -0600 Arnamoy Bhattacharyya <arnamoy at ualberta.ca> wrote:> Hello; > > I saw a discussion went i the llvm mailing list about work on > supporting OpenMP in Clang (llvm-gcc already supports that).( > http://lists.cs.uiuc.edu/pipermail/llvmdev/2012-January/046640.html) > > I just want to know, anybody has made any progress in it? It would be > really helpful for me.It would be really helpful for me too ;) -- unfortunately, I probably won't get to devote any serious time to it until August. Simone Pellegrini has generously contributed his clang OpenMP parsing code (https://github.com/motonacciu/clomp). Work needs to be done to rebase and refactor that into something that can be included into clang. Also, we need to define the LLVM threading 'API' that the clang OpenMP will target, and then make a default implementation (probably targeting libgomp). Would you like to help? Thanks again, Hal> > Thanks a lot; >-- Hal Finkel Postdoctoral Appointee Leadership Computing Facility Argonne National Laboratory
Seemingly Similar Threads
- [LLVMdev] Adding custom #pragma for clang
- [LLVMdev] "symbol lookup error" while running a Simple Loop Pass
- [LLVMdev] Identifying the instructions that uses a pointer used as a function argument
- [LLVMdev] "symbol lookup error" while running a Simple Loop Pass
- [LLVMdev] Identifying the instructions that uses a pointer used as a function argument