[lock-free] Re: TensorFlow scheduler

2019-03-05 Thread Chris M. Thomasson
On Tuesday, March 5, 2019 at 10:04:40 PM UTC-8, Chris M. Thomasson wrote: > > > > On Wednesday, February 27, 2019 at 1:35:04 AM UTC-8, Dmitry Vyukov wrote: >> >> Hi, >> >> TensorFlow CPU task scheduler I wrote some time ago: >> >> >>

[lock-free] Re: TensorFlow scheduler

2019-03-05 Thread Manuel Pöter
After reading the code more thoroughly I've realized that you have some operations that the Chase-Lev work-stealing deque does not support, like PushBack or PopBackHalf (although Hendler and Shavit proposed a variation of