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


##########
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
+
+
+def get_dtype_simd_width(dtype: str) -> int:

Review Comment:
   They're called "lanes" elsewhere in the codebase, so I went with 
`num_simd_lanes_per_word`.



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

Reply via email to