Mousius commented on issue #8783:
URL: https://github.com/apache/tvm/issues/8783#issuecomment-901019264
Apologies @bhahn221, I think I misunderstood the initial issue, you can add
the same pass config to your python code using:
```
with tvm.transform.PassContext(opt_level=3, config={"tir.disable_vectorize":
True}):
```
--
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]