masahi commented on pull request #7361:
URL: https://github.com/apache/tvm/pull/7361#issuecomment-769298663


   Can we simply use the pass infra to disable it, like 
   
   ```
   with tvm.transform.PassContext(opt_level=3, disabled_pass=["MemoryPlan"]):
        ...
   ```


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

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


Reply via email to