Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove tvm-build from test_complete
Browse files Browse the repository at this point in the history
shingjan committed Oct 13, 2021
1 parent e4cbc10 commit b606189
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/python/unittest/test_tvmscript_complete.py
Original file line number Diff line number Diff line change
@@ -297,7 +297,6 @@ def expect_alloc_buffer_func(a: T.handle, b: T.handle) -> None:

def test_complete_alloc_buffer():
rt_func = tvm.script.from_source(alloc_buffer_func.script(show_meta=True))
rt_mod = tvm.build(rt_func, "llvm")
tvm.ir.assert_structural_equal(alloc_buffer_func, expect_alloc_buffer_func)


0 comments on commit b606189

Please sign in to comment.