Hi everyone,
here a tricky TensorIR question ;)
When looking at the TIR below, how can I unroll the block `T_matmul_NT_init` ?
Using `get_block("T_matmul_NT_init")` runs into an FFI error:
the check here:
https://github.com/apache/tvm/blob/main/src/tir/schedule/primitive/get_block_loop.cc#L31
Hi @slai-nick,
not sure if such a step-by-step tutorial exists yet.
We are currently working on an interface for integrating hardware accelerators
easily into TVM.
It's still work in progress. Feel free to provide input if it is helpful for
you:
https://discuss.tvm.apache.org/t/rfc-uma-univer