You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by "ilyag-grovety (via GitHub)" <gi...@apache.org> on 2023/04/03 13:28:42 UTC

[GitHub] [tvm] ilyag-grovety commented on a diff in pull request #14464: [microNPU][ETHOSU] Add restrictions to convert to NHCWB16 layout in LayoutOptimization pass

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-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org