diff --git a/topi/python/topi/x86/dense.py b/topi/python/topi/x86/dense.py index 605a1754c846..5a151a546b76 100644 --- a/topi/python/topi/x86/dense.py +++ b/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) return s