mbaret commented on a change in pull request #6982:
URL: https://github.com/apache/tvm/pull/6982#discussion_r577730954
##########
File path: tests/python/contrib/test_ethosn/test_networks.py
##########
@@ -125,6 +125,8 @@ def test_mobilenet_v1():
_compile_hash = {"81637c89339201a07dc96e3b5dbf836a"}
if tei.get_ethosn_api_version() == 2008:
_compile_hash = {"47e216d8ab2bf491708ccf5620bc0d02"}
+ if tei.get_ethosn_variant() == 3:
Review comment:
This looks like it's getting out-of-hand to me. How many 'variant'
hashes are there going to ultimately be, and when can we get rid of hashes from
old versions?
----------------------------------------------------------------
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]