[Apache TVM Discuss] [Questions] Buffer bind scope mismatch

2021-05-12 Thread Wu Zheng via Apache TVM Discuss
sorry, i may forget how i solve the problem --- [Visit Topic](https://discuss.tvm.apache.org/t/buffer-bind-scope-mismatch/9570/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

[Apache TVM Discuss] [Questions] Buffer bind scope mismatch

2021-05-11 Thread XuZhi via Apache TVM Discuss
Have you figured out this question? I have just met the same problem. --- [Visit Topic](https://discuss.tvm.apache.org/t/buffer-bind-scope-mismatch/9570/2) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe from these emails, [click here](https://di

[Apache TVM Discuss] [Questions] Buffer bind scope mismatch

2021-03-30 Thread Wu Zheng via Apache TVM Discuss
I am wandering what does this error mean? `Check failed: arg->scope == value->scope: Argument local.in_buffer Buffer bind scope mismatch` Here I code a matrix multiplication and I want to intrisic to tensorize, as the code follows: data = tvm.te.placeholder((64, 64), dtype="int8", name="