giuseros commented on a change in pull request #6117:
URL: https://github.com/apache/incubator-tvm/pull/6117#discussion_r475669627
##########
File path: python/tvm/topi/arm_cpu/conv2d_int8.py
##########
@@ -142,6 +142,7 @@ def schedule_conv2d_NHWC_quantized(cfg, outs):
n, h, w, c = out.op.axis
outer, inner = s[out].split(c, 4)
s[out].vectorize(inner)
+ s[out].parallel(h)
Review comment:
I also fused batch and first outer dimensions in all `conv2d_gemm`
----------------------------------------------------------------
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:
[email protected]