Hi all, I am new to CUDA and would like to consider GPGPU with following question:
We used a job scheduler that can suspend-resume the task for scheduling of parallel and high priority jobs. It is able to save state on the current CPU task so another application can take over the turn and use the CPU. When this higher priority application has finish, the lower priority task can then resume once it has been resheduled.