Mousius commented on code in PR #12319:
URL: https://github.com/apache/tvm/pull/12319#discussion_r944580475


##########
tests/scripts/task_python_docs.sh:
##########
@@ -81,6 +81,8 @@ IGNORED_WARNINGS=(
     'gen_gallery extension is not safe for parallel'
     'strategy:conv2d NHWC layout is not optimized for x86 with autotvm.'
     'strategy:depthwise_conv2d NHWC layout is not optimized for x86 with 
autotvm.'
+    'strategy:depthwise_conv2d with layout NHWC is not optimized for arm cpu.'
+    'strategy:dense is not optimized for arm cpu.'

Review Comment:
   yip, my guess is people didn't know to put `-device=arm_cpu` or 
`-keys=arm_cpu` so they were using x86 schedules 🙀 



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