elvin-n commented on a change in pull request #8793:
URL: https://github.com/apache/tvm/pull/8793#discussion_r696265207



##########
File path: tests/python/unittest/test_runtime_module_based_interface.py
##########
@@ -90,6 +90,25 @@ def test_cpu():
     tvm.testing.assert_allclose(out, verify(data), atol=1e-5)
 
 
+def test_cpu_get_graph_json():
+    if not tvm.testing.device_enabled("llvm"):
+        print("Skip because llvm is not enabled")
+        return

Review comment:
       fixed together with other tests in this script




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