[Apache TVM Discuss] [Questions] TensorIR: Scheduling the init field of block

2022-06-21 Thread Michael J. Klaiber via Apache TVM Discuss
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

[Apache TVM Discuss] [Questions] Steps for integrating a new accelerator to TVM

2022-03-08 Thread Michael J Klaiber via Apache TVM Discuss
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