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