• Jesse Gross's avatar
    ggml: Remove allocation status reporting · 734b57da
    Jesse Gross authored
    For each memory allocation we report the size of the (attempted)
    allocation and whether it succeeded or failed. The latter status
    reporting proved to be not that useful in practice as systems
    such as Windows can automatically overflow from VRAM into RAM,
    resultings in successful allocations even when there isn't
    enough memory where we wanted.
    
    As a result, this information is only used for debug logging,
    which isn't worthwhile enough for the amount of code. It
    also isn't fully accurate, as multiple allocations may result
    in partial failures.
    734b57da
server.go 52 KB