ilyag-grovety commented on code in PR #14464: URL: https://github.com/apache/tvm/pull/14464#discussion_r1155930099
########## tests/python/contrib/test_ethosu/test_layout_optimizer.py: ########## @@ -121,6 +121,44 @@ def get_graph(): _assert_structural_equal(a, b) +@pytest.mark.parametrize("dtype", ["int8", "int32"]) +def test_add_reduce_sum(dtype): Review Comment: This test only checks relay. I think we also need a test for this case for execution. -- 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: commits-unsubscr...@tvm.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org