• Daniel Hiltgen's avatar
    Tighten up memory prediction logging · 7784ca33
    Daniel Hiltgen authored
    Prior to this change, we logged the memory prediction multiple times
    as the scheduler iterates to find a suitable configuration, which can be
    confusing since only the last log before the server starts is actually valid.
    This now logs once just before starting the server on the final configuration.
    It also reports what library instead of always saying "offloading to gpu" when
    using CPU.
    7784ca33
memory.go 10 KB