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


##########
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:
   Curious, does this mean the `arm_cpu` key wasn't tested before this PR?



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