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


   Hey @AndrewZhaoLuo thanks for the PR!
   
   By design, `ComputeDAG` is not supposed to be serializable for a reason - 
it's an in-memory data structure attached to TE compute. Therefore, I was 
wondering if it's possible to think about some potential alternative approach, 
for example:
   1. serializing TE compute instead, and create ComputeDAG out of it? 
   2. serializing Relay subgraph, and do lowering to ComputeDAG.
   


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