junrushao1994 commented on a change in pull request #6077: URL: https://github.com/apache/incubator-tvm/pull/6077#discussion_r456695376
########## File path: tests/python/unittest/test_auto_scheduler_measure.py ########## @@ -67,6 +67,26 @@ def test_measure_local_builder_runner(): assert mress[0].error_no == 0 +def test_measure_local_builder_rpc_runner(): + dag, s0 = get_tiled_matmul() + + if not tvm.runtime.enabled("llvm"): + return Review comment: let's move these two lines to the beginning of this function ---------------------------------------------------------------- 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: us...@infra.apache.org