I am wondering if there is a way for me to generate a sparse linear algebra
code using TVM tensor expression language.
It seems like relay.nn has sparse-related APIs like sparse_dense, but tvm.te
does not.
If I cannot generate sparse kernel using te, is there a way for me to use relay
to manua
Hi Mike,
We're just finishing a rewrite of the µTVM runtime and as part of that we'll
update the example code from the blog post. You can read more in this [forum
thread](https://discuss.tvm.apache.org/t/is-there-an-up-to-date-utvm-code-that-i-can-refer-to/8224).
In the meantime, if you want