areusch opened a new issue #10039:
URL: https://github.com/apache/tvm/issues/10039


   Right now when using microTVM with the C codegen we must always pass:
   
   ```
   tvm.transform.PassContext(
       opt_level=3,
       config={"tir.disable_vectorize": True},
   )
   ```
   
   There is no reason we shouldn't be able to auto-detect the C backend and not 
run vectorization in this case.


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