Re: [PATCH] drm/amdkfd: fix cp hang in eviction

2019-07-11 Thread Kuehling, Felix
On 2019-07-10 11:20 a.m., Huang, JinHuiEric wrote: > The cp hang occurs in OCL conformance test only on supermicro > platform which has 40 cores and the test generates 40 threads. > The root cause is race condition in non-protected flags. > > The fix is to add flags of is_evicted and is_active(init

Re: [PATCH] drm/amdkfd: fix cp hang in eviction

2019-07-11 Thread Huang, JinHuiEric
ping. On 2019-07-10 11:20 a.m., Huang, JinHuiEric wrote: > The cp hang occurs in OCL conformance test only on supermicro > platform which has 40 cores and the test generates 40 threads. > The root cause is race condition in non-protected flags. > > The fix is to add flags of is_evicted and is_acti