Doerfert, Johannes via llvm-dev
2019-Jun-06 03:04 UTC
[llvm-dev] Webpage to track implementation status of OpenMP features
Long story short: We want to create a webpage under llvm.org that shows the implementation status of OpenMP features, similar to https://clang.llvm.org/cxx_status.html . Please let me know if you have wishes, questions, or concerns. Cheers, Johannes
Jonas Hahnfeld via llvm-dev
2019-Jun-06 06:20 UTC
[llvm-dev] Webpage to track implementation status of OpenMP features
Hi Johannnes, there's http://clang.llvm.org/docs/OpenMPSupport.html. If that page is missing some information, they should be added. Jonas On 2019-06-06 05:04, Doerfert, Johannes via llvm-dev wrote:> Long story short: > We want to create a webpage under llvm.org that shows the > implementation status of OpenMP features, similar to > https://clang.llvm.org/cxx_status.html . > > Please let me know if you have wishes, questions, or concerns. > > Cheers, > Johannes > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
Roman Lebedev via llvm-dev
2019-Jun-06 12:22 UTC
[llvm-dev] Webpage to track implementation status of OpenMP features
On Thu, Jun 6, 2019 at 9:20 AM Jonas Hahnfeld via llvm-dev <llvm-dev at lists.llvm.org> wrote:> > Hi Johannnes, > > there's http://clang.llvm.org/docs/OpenMPSupport.html. If that page is > missing some information, they should be added.Those are two completely different pages. OpenMPSupport talks about the newly-supported bits, as of that release. cxx_status talks, well, about status overall, not limited to supported bits, with version info.> JonasRoman.> On 2019-06-06 05:04, Doerfert, Johannes via llvm-dev wrote: > > Long story short: > > We want to create a webpage under llvm.org that shows the > > implementation status of OpenMP features, similar to > > https://clang.llvm.org/cxx_status.html . > > > > Please let me know if you have wishes, questions, or concerns. > > > > Cheers, > > Johannes > > _______________________________________________ > > LLVM Developers mailing list > > llvm-dev at lists.llvm.org > > https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
Doerfert, Johannes via llvm-dev
2019-Jun-06 12:24 UTC
[llvm-dev] Webpage to track implementation status of OpenMP features
Thanks for pointing that one out to me! It's a start but there is a lot missing and what is there is partially outdated. I'd add all features and if they are worked on, description of support, as well as the version they are landed in. What do you think? Get Outlook for Android<https://aka.ms/ghei36> ________________________________ From: Jonas Hahnfeld <hahnjo at hahnjo.de> Sent: Thursday, June 6, 2019 2:20:21 AM To: Doerfert, Johannes Cc: llvm-dev; kli at ca.ibm.com; Narayanaswamy, Ravi Subject: Re: [llvm-dev] Webpage to track implementation status of OpenMP features Hi Johannnes, there's http://clang.llvm.org/docs/OpenMPSupport.html. If that page is missing some information, they should be added. Jonas On 2019-06-06 05:04, Doerfert, Johannes via llvm-dev wrote:> Long story short: > We want to create a webpage under llvm.org that shows the > implementation status of OpenMP features, similar to > https://clang.llvm.org/cxx_status.html . > > Please let me know if you have wishes, questions, or concerns. > > Cheers, > Johannes > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190606/9937c3b2/attachment.html>
Finkel, Hal J. via llvm-dev
2019-Jun-06 14:39 UTC
[llvm-dev] Webpage to track implementation status of OpenMP features
On 6/5/19 10:04 PM, Doerfert, Johannes wrote:> Long story short: > We want to create a webpage under llvm.org that shows the implementation status of OpenMP features, similar to https://clang.llvm.org/cxx_status.html . > > Please let me know if you have wishes, questions, or concerns.Yes, please do! If there are differences in what we support on host vs. target, or on different targets, we should, where practical, somehow note that. -Hal> > Cheers, > Johannes-- Hal Finkel Lead, Compiler Technology and Programming Languages Leadership Computing Facility Argonne National Laboratory
Doerfert, Johannes via llvm-dev
2019-Jul-08 22:50 UTC
[llvm-dev] Webpage to track implementation status of OpenMP features
I prepared a patch for a more fine-grained feature tracking list: https://reviews.llvm.org/D64375 and I uploaded a picture of the final result here: https://i.postimg.cc/4xHFGmt5/Screenshot-2019-07-08-Open-MP-Support-Clang-9-documentation.png Let me know what you think. --------------------------------------- Johannes Doerfert Researcher Argonne National Laboratory Lemont, IL 60439, USA jdoerfert at anl.gov ________________________________________ From: Doerfert, Johannes Sent: Wednesday, June 5, 2019 22:04 To: llvm-dev Cc: kli at ca.ibm.com; Narayanaswamy, Ravi; Finkel, Hal J. Subject: Webpage to track implementation status of OpenMP features Long story short: We want to create a webpage under llvm.org that shows the implementation status of OpenMP features, similar to https://clang.llvm.org/cxx_status.html . Please let me know if you have wishes, questions, or concerns. Cheers, Johannes
Seemingly Similar Threads
- Webpage to track implementation status of OpenMP features
- Webpage to track implementation status of OpenMP features
- Webpage to track implementation status of OpenMP features
- [OpenMP][AArch64][GlobalISel] AArch64 OMPT tests failing
- [PATCH 1/4] Create a simple project to create version.h to run before any other