icemelon9 commented on a change in pull request #4728: [Fix] Fix dense x86
schedule
URL: https://github.com/apache/incubator-tvm/pull/4728#discussion_r368165655
##########
File path: topi/python/topi/x86/dense.py
##########
@@ -191,7 +191,6 @@ def _schedule_dense_pack_template(cfg, s, C):
z, y, x = s[packedB].op.axis
s[packedB].reorder(z, x, y)
s[packedB].parallel(z)
- s[packedB].vectorize(y)
Review comment:
Thanks for the tips. After took a look, I found out that it's not necessary
to vectorize here.
----------------------------------------------------------------
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]
With regards,
Apache Git Services