tkonolige commented on a change in pull request #8793:
URL: https://github.com/apache/tvm/pull/8793#discussion_r695902578



##########
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:
       ```suggestion
   @tvm.testing.requires_llvm
   def test_cpu_get_graph_json():
   ```




-- 
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-unsubscr...@tvm.apache.org

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


Reply via email to