You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2021/12/17 05:03:58 UTC

[GitHub] [tvm] junrushao1994 commented on a change in pull request #9756: [MetaSchedule] Add the missing `HasWorkload` interface to the Database

junrushao1994 commented on a change in pull request #9756:
URL: https://github.com/apache/tvm/pull/9756#discussion_r771105937



##########
File path: tests/python/unittest/test_meta_schedule_task_scheduler.py
##########
@@ -140,6 +140,9 @@ def __init__(self):
         self.records = []
         self.workload_reg = []
 
+    def has_workload(self, mod: IRModule) -> bool:
+        return False

Review comment:
       Aha this is a dummy database for mock testing




-- 
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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org