cbalint13 opened a new pull request, #19840:
URL: https://github.com/apache/tvm/pull/19840

   Replaces OS dependent API with standard cpp libraries in the ```tvm_rpc``` 
tool.
   
   ---
   
   * Replace all filesystem calls with much safer and portable std::filesystem
   * Worker process remains fork()-ed, due to mandatory kill() enforcement on 
timeout
   * Timer process is migrated from fork() to a safe std::thread subprocess
   * Dont "guess" anymore which fork() will "die/end" first, watch a single 
fork()-ed worker
   * Cleanup ambiguous doc entries , inconsistent default port ranges across 
various places
   
   Currently tested with real tuning processes, limited to linux machines.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to