slyubomirsky commented on code in PR #14183:
URL: https://github.com/apache/tvm/pull/14183#discussion_r1123974355


##########
tests/python/relax/test_ast_printer.py:
##########
@@ -432,7 +432,7 @@ def test_call_tir():
     @R.function
     def foo(x: R.Tensor(("m", "n"), "float32")):
         m, n = T.var("int64"), T.var("int64")
-        gv0 = R.call_tir("test.op.identity", (x,), R.Tensor((m, n), 
dtype="float32"))
+        gv0 = R.call_dps_packed("test.op.identity", (x,), R.Tensor((m, n), 
dtype="float32"))

Review Comment:
   Maybe we should just drop this test case if it's not going to actually use 
`call_tir`



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