masahi commented on a change in pull request #10578:
URL: https://github.com/apache/tvm/pull/10578#discussion_r825161494
##########
File path: python/tvm/topi/x86/batch_matmul.py
##########
@@ -47,6 +47,7 @@ def batch_matmul_vnni_compute(cfg, x, y):
axis=ak,
),
tag="batch_matmul_vnni",
+ attrs={"schedule_rule": "batch_matmul_vnni"},
Review comment:
This is not related to this PR, but I needed this for testing purpose
and it is too trivial to send a PR for this. It is for injecting
manually-written TIR schedules in `TE compute -> create_primfunc -> Meta
scheduling` flow, rather than auto-scheduling them entirely. See how I use it
in
https://gist.github.com/masahi/10e96c94fc3557d91b191e674068f785#file-vnni_dense_tir-py-L356-L360
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]