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
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