summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorFelix Kuehling <Felix.Kuehling@amd.com>2021-10-28 00:40:51 +0300
committerAlex Deucher <alexander.deucher@amd.com>2021-11-03 19:22:07 +0300
commit12fcf0a7dacca7d84b100bd34a7b8bb1f3198552 (patch)
treeee02235f5f2718a19ea701d7a2a638a8c75e334a /tools/perf/scripts/python
parent297753a06a88d7e2b56489049f4adf0d1aac290f (diff)
downloadlinux-12fcf0a7dacca7d84b100bd34a7b8bb1f3198552.tar.xz
drm/amdkfd: Avoid thrashing of stack and heap
Stack and heap pages tend to be shared by many small allocations. Concurrent access by CPU and GPU is therefore likely, which can lead to thrashing. Avoid this by setting the preferred location to system memory. Signed-off-by: Felix Kuehling <Felix.Kuehling@amd.com> Signed-off-by: Philip Yang <Philip.Yang@amd.com> Reviewed-by: Philip Yang <Philip.Yang@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions