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 2022/02/18 21:20:12 UTC

[GitHub] [tvm] tmoreau89 commented on a change in pull request #10310: [ARM_CPU] Conv2d int8 intrinsic for cortex-A72

tmoreau89 commented on a change in pull request #10310:
URL: https://github.com/apache/tvm/pull/10310#discussion_r810346894



##########
File path: python/tvm/topi/arm_cpu/tensor_intrin.py
##########
@@ -533,6 +533,138 @@ def _instr(index):
     )
 
 
+def dot_int8_int8_int32_neon():
+    """
+    Int8 dot product using vmlal instructions

Review comment:
       just came here to say how nice this comment block is




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