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

   ## Why
   
   The llvm_target() function reads `/proc/cpuinfo` which only exists on 
`Linux`, causing tests to fail on `macOS` with FileNotFoundError.
   
   ## How
   
   - Add cross-platform CPU feature detection in llvm_target() using 
platform.system() and sysctl for macOS
   - Update tests


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