Please join us to welcome @mbaret as a new committer
Matt has been contributing to relay graph optimization, customized
codegen(BYOC).
He is also spending quite a good chunk of time interacting with other
developers outside his
organizations in the form of participating discussions, helping
Hi all,
I am trying to understand the role of the LLVM auto-vectorizer in TVM. Indeed,
in `llvm_codegen.cc` we explicitly set:
```
builder.LoopVectorize = true;
builder.SLPVectorize = true;
```
And I am trying to determine to what level TVM is relying on LLVM
auto-vectorization.
### Wh