Fix dense (#4728)
authorHaichen Shen <shenhaichen@gmail.com>
Sat, 18 Jan 2020 17:05:46 +0000 (09:05 -0800)
committerGitHub <noreply@github.com>
Sat, 18 Jan 2020 17:05:46 +0000 (09:05 -0800)
topi/python/topi/x86/dense.py

index b7a3d6d..dd1822f 100644 (file)
@@ -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