giuseros commented on a change in pull request #7932:
URL: https://github.com/apache/tvm/pull/7932#discussion_r621501551
##########
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:
Is the PR that adds non-LLVM support already merged? If so, I think it
should be ok to add a test. If not, we might add a TODO and add the test when
the PR gets merged
--
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:
[email protected]