electriclilies commented on issue #6624:
URL: https://github.com/apache/incubator-tvm/issues/6624#issuecomment-708048388


   I am getting the exact same issue as you. It seems like the problem is being 
caused by the AlterOpLayout pass. 
   
   For me, disabling the pass by changing 
   `with tvm.transform.PassContext(opt_level=3):` to `with 
tvm.transform.PassContext(opt_level=3, disabled_pass=["AlterOpLayout"):` makes 
the problem go away. 


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