vinx13 commented on code in PR #12059:
URL: https://github.com/apache/tvm/pull/12059#discussion_r920363520


##########
python/tvm/meta_schedule/testing/schedule_rule.py:
##########
@@ -110,6 +112,32 @@ def multi_level_tiling(target: Target) -> ScheduleRule:
     raise NotImplementedError(f"{target.kind.name} is not supported")
 
 
+def multi_level_tiling_tensor_core(
+    target: Target, scope="shared", in_dtype="float16", out_dtype="float32", 
trans_b=False

Review Comment:
   it's write scope here but I think we also need a read scope param to support 
different read scopes



-- 
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]

Reply via email to