This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 2/6] [og9] OpenACC middle-end worker-partitioning support


On Thu, 5 Sep 2019 16:01:19 +0100
Julian Brown <julian@codesourcery.com> wrote:

> On Thu, 5 Sep 2019 21:52:00 +0800
> Chung-Lin Tang <chunglin_tang@mentor.com> wrote:
> 
> > On 2019/9/5 9:45 AM, Julian Brown wrote:  
> > > Much of omp-sese.c originates from code written for NVPTX by
> > > Nathan Sidwell (adapted to work on gimple instead of RTL) --
> > > though at present, only the per-basic-block scheme is
> > > implemented, and the SESE-finding algorithm isn't yet used.    
> > 
> > Hi Julian,
> > it appears that this part broke NVPTX builds due to the duplicate
> > stuff in config/nvptx/nvptx.c and the new omp-sese.c file (e.g.
> > struct parallel). Can you fix this? (being able to factor away stuff
> > from nvptx backend into the middle-end seems a good idea in
> > general)  
> 
> Apologies -- I'll investigate.

This is now fixed by:

https://gcc.gnu.org/ml/gcc-patches/2019-09/msg00373.html

Thanks,

Julian


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]