[TVM Discuss] [Development] Warp memory in InferBound

2020-05-15 Thread Tang Shizhi via TVM Discuss
The problem is basically fixed in [PR #5382](https://github.com/apache/incubator-tvm/pull/5382), but I'm still not very clear of the whole picture. --- [Visit Topic](https://discuss.tvm.ai/t/warp-memory-in-inferbound/6421/2) to respond. You are receiving this because you enabled mailing

[TVM Discuss] [Development] Warp memory in InferBound

2020-04-18 Thread Tang Shizhi via TVM Discuss
I'm working with a buffer that bound to warp scope. In `src/te/schedule/message_passing.cc:208`: ```c++ PrimExpr outer = state.at(s->outer); PrimExpr inner = state.at(s->inner); PrimExpr factor = dom_map.at(s->inner)->extent; PrimExpr parent_min = dom_map.at(s->parent)->min; state[s->parent] =