[Apache TVM Discuss] [Questions] Data type error while using tensorize

2021-03-26 Thread Wu Zheng via Apache TVM Discuss
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

[Apache TVM Discuss] [Questions] Data type error while using tensorize

2021-03-26 Thread Wu Zheng via Apache TVM Discuss
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

[Apache TVM Discuss] [Questions] Data type error while using tensorize

2021-03-25 Thread leeexyz via Apache TVM Discuss
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,

[Apache TVM Discuss] [Questions] Data type error while using tensorize

2021-03-25 Thread Wu Zheng via Apache TVM Discuss
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