Mousius commented on issue #8783:
URL: https://github.com/apache/tvm/issues/8783#issuecomment-901006833


   Hi @bhahn221,
   
   This is a known issue with generating C code from TVM, it defaults to trying 
to use vector types which aren't supported - if you add `--pass-config 
tir.disable_vectorize=1` to your `tvmc` command line it'll stop trying to do 
this and should generate valid C :smile_cat:


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