supersat commented on PR #11599:
URL: https://github.com/apache/tvm/pull/11599#issuecomment-1158277147

   It feels a little weird doing something different on regular Linux vs. 
Android. Can we get rid of the pthread_setaffinity_np call and just use 
sched_setaffinity on Linux? I think we could get rid of the duplicate thread 
argument that way. The only reason to keep it is if we supported 
SetThreadAffinity on platforms other than Linux (and had to use 
std::thread::native_handle_type) but we don't. 


-- 
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]

Reply via email to