Skip to content

Commit

Permalink
Fix dense (#4728) (#5905)
Browse files Browse the repository at this point in the history
  • Loading branch information
icemelon committed Jun 24, 2020
1 parent 85d99e7 commit 804b7fa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion topi/python/topi/x86/dense.py
Expand Up @@ -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


Expand Down

0 comments on commit 804b7fa

Please sign in to comment.