Re: [PATCH] drm/amdkfd: option to disable system mem limit

2020-08-04 Thread Felix Kuehling
Am 2020-08-04 um 1:29 p.m. schrieb Alex Deucher: > On Tue, Aug 4, 2020 at 1:27 PM Felix Kuehling wrote: >> Am 2020-07-27 um 9:24 a.m. schrieb Philip Yang: >>> If multiple process share system memory through /dev/shm, KFD allocate >>> memory should not fail if it reachs the system memory limit

Re: [PATCH] drm/amdkfd: option to disable system mem limit

2020-08-04 Thread Alex Deucher
On Tue, Aug 4, 2020 at 1:27 PM Felix Kuehling wrote: > > Am 2020-07-27 um 9:24 a.m. schrieb Philip Yang: > > If multiple process share system memory through /dev/shm, KFD allocate > > memory should not fail if it reachs the system memory limit because > > one copy of physical system memory are

Re: [PATCH] drm/amdkfd: option to disable system mem limit

2020-08-04 Thread Felix Kuehling
Am 2020-07-27 um 9:24 a.m. schrieb Philip Yang: > If multiple process share system memory through /dev/shm, KFD allocate > memory should not fail if it reachs the system memory limit because > one copy of physical system memory are shared by multiple process. > > Add module parameter to provide

Re: [PATCH] drm/amdkfd: option to disable system mem limit

2020-08-04 Thread philip yang
Ping. On 2020-07-27 9:24 a.m., Philip Yang wrote: If multiple process share system memory through /dev/shm, KFD allocate memory should not fail if it reachs the system memory limit because one copy of physical system memory are shared by multiple process. Add module parameter to provide user

[PATCH] drm/amdkfd: option to disable system mem limit

2020-07-27 Thread Philip Yang
If multiple process share system memory through /dev/shm, KFD allocate memory should not fail if it reachs the system memory limit because one copy of physical system memory are shared by multiple process. Add module parameter to provide user option to disable system memory limit check, to run