"vscode:/vscode.git/clone" did not exist on "d03c4c25a7406e1797062155bf9dbf15e68e95bd"
  • Daniel Hiltgen's avatar
    DRY out the runner lifecycle code (#12540) · 3258a89b
    Daniel Hiltgen authored
    * DRY out the runner lifecycle code
    
    Now that discovery uses the runners as well, this unifies the runner spawning code
    into a single place.  This also unifies GPU discovery types with the newer ml.DeviceInfo
    
    * win: make incremental builds better
    
    Place build artifacts in discrete directories so incremental builds don't have to start fresh
    
    * Adjust sort order to consider iGPUs
    
    * handle cpu inference oom scenarios
    
    * review comments
    3258a89b
server.go 52.8 KB