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/11/23 17:04:07 UTC

[GitHub] [tvm] guberti commented on pull request #13242: [microTVM] Modernize Arm Cortex-M convolution schedules

guberti commented on PR #13242:
URL: https://github.com/apache/tvm/pull/13242#issuecomment-1325395337

   @Mousius I'm a fan of switching to use ACLE! I originally used the `__builtin` functions simply because CMSIS-NN used them, but ACLE seems more stable. I've updated this PR to use ACLE.
   
   However, this PR only adds new QNN schedules for regular and depthwise conv2d - it does not affect microTVM's implementations of `avg_pool`, `gemm`, or non-quantized conv2ds. 
   
   #13363 does exactly this, so I think it should be re-opened and merged.


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