kevinthesun commented on a change in pull request #5684: URL: https://github.com/apache/incubator-tvm/pull/5684#discussion_r431505903
########## File path: topi/python/topi/bifrost/conv2d.py ########## @@ -142,13 +142,14 @@ def _schedule_spatial_pack(cfg, s, output, conv, data_vec, kernel_vec): s[data_vec].unroll(vw) if isinstance(kernel_vec.op, tvm.te.ComputeOp) and kernel_vec.name == 'kernel_vec': + co, ci, kh, kw, vc = s[kernel_vec].op.axis Review comment: Actually I'm not quite sure whether we can directly do this kind of placeholder replacement inside schedule. https://github.com/apache/incubator-tvm/pull/5511 for mali might also has issue. Putting placeholder replacement in compute would be more convenient. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org