• Proliator@alien.topB
    link
    fedilink
    English
    arrow-up
    1
    ·
    10 months ago

    When running something like a game, a number of tasks need to be run on the GPU to render the scene. Scheduling of those tasks is typically done on the CPU by the display driver.

    HAGS offloads this scheduling to dedicated hardware on the GPU. In the case of AMD, it leverages a custom chip on the GPU designed to do that scheduling. Doing it right on the GPU reduces CPU overhead and can offer performance improvements.