Heterogeneous Computing
Everything on SkillVeris tagged Heterogeneous Computing — collected across the glossary, study notes, blog, and cheat sheets.
2 resources across 1 library
Interview Questions(2)
What is Energy-Aware Scheduling in an OS?
Energy-aware scheduling is an OS scheduling policy that chooses which task runs on which core, and at what performance level, based on energy cost rather than…
How Does an OS Support GPU Computing?
An OS supports GPU computing through a kernel-mode driver that manages GPU memory and command submission, a scheduler that time-slices or preempts the GPU amon…