areusch commented on a change in pull request #9175:
URL: https://github.com/apache/tvm/pull/9175#discussion_r722541594



##########
File path: tests/python/relay/test_backend_graph_executor.py
##########
@@ -361,21 +361,21 @@ def test_benchmark_end_to_end(dev, target):
     assert len(result.results) == 2
 
 
[email protected]_llvm
[email protected]_cuda
 def test_benchmark_end_to_end_rpc():
     server = rpc.Server("127.0.0.1")
     remote = rpc.connect(server.host, server.port)
 
     mod, params = mlp.get_workload(1)
-    lib = relay.build(mod, target="llvm", params=params)
+    lib = relay.build(mod, target="cuda", params=params)

Review comment:
       ah gotcha.




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