Unverified Commit 7e392019 by Haichen Shen Committed by GitHub

Fix dense (#4728)

parent acbf8851
......@@ -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)
return s
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment