[TVM Discuss] [Questions] Tensorize with non-divisible split factor

2020-08-28 Thread Giuseppe Rossini via TVM Discuss
Hi @KireinaHoro, Since I am hitting the same issue, were you able to find a solution? Thanks, Giuseppe --- [Visit Topic](https://discuss.tvm.ai/t/tensorize-with-non-divisible-split-factor/6504/2) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe f

[TVM Discuss] [Questions] Tensorize with non-divisible split factor

2020-04-27 Thread KireinaHoro via TVM Discuss
I'm working on tensorizing kernels that does not have their input sizes divisible by the dimension of the tensor intrinsic. An example of this situation would be a 30x30x30 GEMM with a 16x16x16 tensor intrinsic. This currently would result in the following lowered IR before tensorization and