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 11:42:53 UTC

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

ashutosh-arm commented on code in PR #13763:
URL: https://github.com/apache/tvm/pull/13763#discussion_r1068022670


##########
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:
   Driver 22.11 has a bug related to zero points that is being tracked by the NPU driver.



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