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/09/27 20:32:33 UTC

[GitHub] [tvm] guberti commented on a diff in pull request #12856: [microTVM] Generalize depthwise_conv2d schedule

guberti commented on code in PR #12856:
URL: https://github.com/apache/tvm/pull/12856#discussion_r981685341


##########
python/tvm/topi/arm_cpu/mprofile/dsp/micro_kernel/common.py:
##########
@@ -29,3 +29,18 @@
 #include <tvm/runtime/crt/error_codes.h>
 
 """
+
+MICRO_WORD_LENGTH = 32

Review Comment:
   Added the `BITS` unit. I'd argue against having it as a parameter, since this is located inside the `mprofile` folder, where word length will always be 32.



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