You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2023/01/12 09:39:53 UTC

[GitHub] [tvm] lhutton1 commented on a diff in pull request #13763: [ETHOSN] Remove support for NPU driver 22.05

lhutton1 commented on code in PR #13763:
URL: https://github.com/apache/tvm/pull/13763#discussion_r1067899742


##########
tests/python/contrib/test_ethosn/test_conv2d.py:
##########
@@ -228,10 +227,7 @@ def test_conv2d_depthwise(
             )
         ),
     }
-    if ethosn_api_version() == "3.2.0":
-        input_zp = np.random.randint(0, np.iinfo(dtype).max)
-    else:
-        input_zp = np.random.randint(np.iinfo(dtype).min, np.iinfo(dtype).max)
+    input_zp = np.random.randint(0, np.iinfo(dtype).max)

Review Comment:
   Out of interest, was there a reason for requiring this and the below change?



-- 
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