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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]