Skip to content

Commit

Permalink
restore schedule ruls specially for ms dense_vnni
Browse files Browse the repository at this point in the history
  • Loading branch information
Qianshui-Jiang committed Jan 1, 2023
1 parent 581331a commit 2bda03e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/tvm/topi/x86/dense.py
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ def dense_int8_compute(cfg, X, packed_w, bias=None):
axis=ak,
),
tag="dense_int8",
attrs={"schedule_rule": "dense_int8"},
attrs={"schedule_rule": "meta_schedule.x86.dense_vnni"},
)

if bias is not None:
Expand Down

0 comments on commit 2bda03e

Please sign in to comment.