jcf94 commented on a change in pull request #6103:
URL: https://github.com/apache/incubator-tvm/pull/6103#discussion_r458057282
##########
File path: tests/python/unittest/test_auto_scheduler_common.py
##########
@@ -33,7 +33,7 @@ def matmul_auto_scheduler_test(N, M, K):
@auto_scheduler.register_workload("matmul_auto_scheduler_test_rename_1")
-def matmul_auto_scheduler_test_rename_0(N, M, K):
+def matmul_auto_scheduler_test_rename_1(N, M, K):
Review comment:
I was intent to register this function with a different name to test the
register method ... Any way, it's unimportant.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]