You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2021/04/27 18:23:33 UTC

[GitHub] [tvm] tqchen commented on a change in pull request #7932: [TIR][TRANSFORM] Return value support in tir.tvm_call_packed

tqchen commented on a change in pull request #7932:
URL: https://github.com/apache/tvm/pull/7932#discussion_r621484634



##########
File path: tests/python/unittest/test_tir_transform_lower_tvm_builtin.py
##########
@@ -133,11 +133,45 @@ def check_packed_func(target="llvm"):
     tvm.ir.assert_structural_equal(alloca_shape, expected_stmt, map_free_vars=True)
 
 
-def test_packed_func():
+def test_lower_packed_func():
     check_packed_func("llvm")

Review comment:
       i believe previously it was only works for non-C backend, but recent PR might added support




-- 
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:
users@infra.apache.org