Re: [PATCH v4 3/5] drm/gpusvm: Add timeslicing support to GPU SVM

2025-04-22 Thread Ghimiray, Himal Prasad
On 22-04-2025 22:34, Matthew Brost wrote: Add timeslicing support to GPU SVM which will guarantee the GPU a minimum execution time on piece of physical memory before migration back to CPU. Intended to implement strict migration policies which require memory to be in a certain placement for cor

[PATCH v4 3/5] drm/gpusvm: Add timeslicing support to GPU SVM

2025-04-22 Thread Matthew Brost
Add timeslicing support to GPU SVM which will guarantee the GPU a minimum execution time on piece of physical memory before migration back to CPU. Intended to implement strict migration policies which require memory to be in a certain placement for correct execution. Signed-off-by: Matthew Brost