tl;dr A scheduler for GPU tasks, much like those for CPU and I/O. Should help with running multiple tasks using the GPU at the same time (including the UI).
You must log in or register to comment.
Does the GPU not have a scheduler today?
A basic FIFO scheduler from what I understand, which isn’t ideal.