Re: Implementing an algorithm in place of gomp 'auto'

2019-03-02 Thread 김규래
> > The clang implementation seem have work stealing. > clang doesn't have its own runtime library, you mean the Intel OpenMP > library, right? I guess so. > > Also, out of curiosity, is there any plan to add work stealing (affinity > > schedules) to gomp? > It is on the wish list, but I'm

Re: Implementing an algorithm in place of gomp 'auto'

2019-03-02 Thread Jakub Jelinek
On Sat, Mar 02, 2019 at 10:05:25PM +0900, 김규래 wrote: > > It is on the wish list, but I'm afraid I won't have cycles for it in the > > next year or two at least (once GCC 9 is released, I need to work on the > > remaining OpenMP 5.0 features). Of course if somebody implements it and > > submits >

Re: Implementing an algorithm in place of gomp 'auto'

2019-03-02 Thread 김규래
> > > It is on the wish list, but I'm afraid I won't have cycles for it in the > > > next year or two at least (once GCC 9 is released, I need to work on the > > > remaining OpenMP 5.0 features). Of course if somebody implements it and > > > submits > > > and it is of reasonable quality/performan