I see, the bug is fixed, thanks!
---
[Visit
Topic](https://discuss.tvm.apache.org/t/data-type-error-while-using-tensorize/9530/4)
to respond.
You are receiving this because you enabled mailing list mode.
To unsubscribe from these emails, [click
here](https://discuss.tvm.apache.org/email
where to set elem_offset?
---
[Visit
Topic](https://discuss.tvm.apache.org/t/data-type-error-while-using-tensorize/9530/3)
to respond.
You are receiving this because you enabled mailing list mode.
To unsubscribe from these emails, [click
here](https://discuss.tvm.apache.org/email/unsubs
I guess you declared elem_offset as a floating number, let's say 1.0 but not 1.
:)
---
[Visit
Topic](https://discuss.tvm.apache.org/t/data-type-error-while-using-tensorize/9530/2)
to respond.
You are receiving this because you enabled mailing list mode.
To unsubscribe from these emails,
hello! I am trying to use tensorize on my declared conv2d operator. here is my
code.import numpy as np
> import tvm
> from tvm import te
> from tvm import autotvm
> from tvm import topi
> from zte.enviroment import get_env
> from zte.intrin import gemm
>
> data