mehrdadh commented on code in PR #11250:
URL: https://github.com/apache/tvm/pull/11250#discussion_r874184403
##########
python/tvm/topi/arm_cpu/conv2d_int8.py:
##########
@@ -126,7 +126,7 @@ def is_int8_hw_support(data_dtype, kernel_dtype):
# 3) Check target
is_target_support = is_neon_available() or is_dotprod_available()
- return is_dtype_support and is_llvm_support
+ return is_dtype_support and is_llvm_support and is_target_support
Review Comment:
it was, fixed it.
--
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]