This is an automated email from the ASF dual-hosted git repository.
andrewzhaoluo pushed a commit to branch v0.10.0
in repository https://gitbox.apache.org/repos/asf/tvm.git
The following commit(s) were added to refs/heads/v0.10.0 by this push:
new 7b50b2d0dd fix verilator ops
7b50b2d0dd is described below
commit 7b50b2d0ddf45d9114715aad16b867e8be6b2230
Author: Andrew Zhao Luo <[email protected]>
AuthorDate: Thu Oct 6 16:42:01 2022 -0700
fix verilator ops
---
tests/python/contrib/test_verilator/test_verilator_ops.py | 2 ++
1 file changed, 2 insertions(+)
diff --git a/tests/python/contrib/test_verilator/test_verilator_ops.py
b/tests/python/contrib/test_verilator/test_verilator_ops.py
index 8052f4fa64..d6706f6b92 100644
--- a/tests/python/contrib/test_verilator/test_verilator_ops.py
+++ b/tests/python/contrib/test_verilator/test_verilator_ops.py
@@ -183,12 +183,14 @@ def tbias(lanes):
print_test_info("nn.bias_add", lanes, cycles)
[email protected](reason="Skip because Verilator codegen is not available")
def test_add():
"""add tests."""
tadd(1)
tadd(4)
[email protected](reason="Skip because Verilator codegen is not available")
def test_bias_add():
"""bias_add tests."""
tbias(1)