Alexey Bataev via llvm-dev
2019-Jun-06 15:26 UTC
[llvm-dev] Webpage to track implementation status of OpenMP features
Hmm, it is interesting. What's missing? and why it is "a lot". It is the status for clang 8.0. There were not too many changes in trunk since last release. Best regards, Alexey Bataev 6 июня 2019 г., в 8:24, Doerfert, Johannes via llvm-dev <llvm-dev at lists.llvm.org<mailto:llvm-dev at lists.llvm.org>> написал(а): 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<mailto:hahnjo at hahnjo.de>> Sent: Thursday, June 6, 2019 2:20:21 AM To: Doerfert, Johannes Cc: llvm-dev; kli at ca.ibm.com<mailto: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<http://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<mailto: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/1f01f036/attachment.html>
Doerfert, Johannes via llvm-dev
2019-Jun-06 23:03 UTC
[llvm-dev] Webpage to track implementation status of OpenMP features
On 06/06, Alexey Bataev via llvm-dev wrote:> Hmm, it is interesting. What's missing? and why it is "a lot".I have a list with ~50-60 features and ~15 have a review link assigned. I don't have the "what's missing" list right and "a lot" is roughly 35-45 features that are in my list not assigned or nor marked as done.> It is the status for clang 8.0. There were not too many changes in > trunk since last release.I don't want a list of features added in a particular release but a status list of all features.> > 6 июня 2019 г., в 8:24, Doerfert, Johannes via llvm-dev <llvm-dev at lists.llvm.org<mailto:llvm-dev at lists.llvm.org>> написал(а): > > 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<mailto:hahnjo at hahnjo.de>> > Sent: Thursday, June 6, 2019 2:20:21 AM > To: Doerfert, Johannes > Cc: llvm-dev; kli at ca.ibm.com<mailto: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<http://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<mailto: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-- Johannes Doerfert Researcher Argonne National Laboratory Lemont, IL 60439, USA jdoerfert at anl.gov -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 228 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190606/e8da0995/attachment.sig>
Alexey Bataev via llvm-dev
2019-Jun-06 23:06 UTC
[llvm-dev] Webpage to track implementation status of OpenMP features
I don't know where it comes from, currently there is just 2 patches with the new functionality : mapper implementation in clang and in the runtime. Plus the patch for unified memory. Best regards, Alexey Bataev> 6 июня 2019 г., в 19:03, Doerfert, Johannes <jdoerfert at anl.gov> написал(а): > >> On 06/06, Alexey Bataev via llvm-dev wrote: >> Hmm, it is interesting. What's missing? and why it is "a lot". > > I have a list with ~50-60 features and ~15 have a review link assigned. > I don't have the "what's missing" list right and "a lot" is roughly > 35-45 features that are in my list not assigned or nor marked as done. > >> It is the status for clang 8.0. There were not too many changes in >> trunk since last release. > > I don't want a list of features added in a particular release but a > status list of all features. > > > >> >> 6 июня 2019 г., в 8:24, Doerfert, Johannes via llvm-dev <llvm-dev at lists.llvm.org<mailto:llvm-dev at lists.llvm.org>> написал(а): >> >> 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<mailto:hahnjo at hahnjo.de>> >> Sent: Thursday, June 6, 2019 2:20:21 AM >> To: Doerfert, Johannes >> Cc: llvm-dev; kli at ca.ibm.com<mailto: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<http://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<mailto: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 > > > -- > > Johannes Doerfert > Researcher > > Argonne National Laboratory > Lemont, IL 60439, USA > > jdoerfert at anl.gov