You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2021/06/28 23:12:27 UTC

[GitHub] [tvm] junrushao1994 commented on pull request #8363: [Tuning] Allow multiprocessing spawn to work (on macOS llvm at least)

junrushao1994 commented on pull request #8363:
URL: https://github.com/apache/tvm/pull/8363#issuecomment-870106414


   Does it work if we use Target.export for serialization? This method converts a Target to a JSON-like dict and should preserve all the information.
   
   Equality check is another big issue. I discussed with @comaniac a while ago, but haven’t got a conclusion yet when should two targets are considered “equal”: If one target has -libs=cudnn and the other doesn’t, are they equal to each other?


-- 
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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org