ganler commented on pull request #9582:
URL: https://github.com/apache/tvm/pull/9582#issuecomment-1003839489
@YuchenJin It seems that this bug is triggered by the combination of 2
passes after my minimization (the de facto order of O3 optimizaiton):
```python
with tvm.transform.PassContext(opt_level=3):
with tvm.target.Target('llvm'):
mod = relay.transform.CanonicalizeOps()(mod)
mod = relay.transform.AlterOpLayout()(mod)
```
--
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]