Re: [PATCH 1/4] drm/amdkfd: Create node in kfd sysfs for memory only numa node

2021-06-02 Thread Felix Kuehling
Am 2021-06-01 um 3:07 p.m. schrieb Oak Zeng: > Previously kfd driver assumes all CPU numa nodes are associated > with system memory This is not true. Systems where there is no memory installed in one or more CPU sockets have been supported. The only thing that was not supported is NUMA domains

[PATCH 1/4] drm/amdkfd: Create node in kfd sysfs for memory only numa node

2021-06-01 Thread Oak Zeng
Previously kfd driver assumes all CPU numa nodes are associated with system memory and there is no memory only numa node. This is not true anymore for ALDEBARAN A+A set up. This patch creates memory only node in kfd sysfs. Signed-off-by: Oak Zeng --- drivers/gpu/drm/amd/amdkfd/kfd_crat.c | 73