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 2020/01/04 00:16:53 UTC

[GitHub] [incubator-tvm] kevinthesun commented on a change in pull request #4595: [Relay][Pass]Improve memory_allocation pass to support multiple i/o dynamic kernels

kevinthesun commented on a change in pull request #4595: [Relay][Pass]Improve memory_allocation pass to support multiple i/o dynamic kernels
URL: https://github.com/apache/incubator-tvm/pull/4595#discussion_r363000088
 
 

 ##########
 File path: python/tvm/relay/op/_tensor.py
 ##########
 @@ -196,6 +200,9 @@ def elemwise_shape_func(attrs, inputs, _):
 register_shape_func("less_equal", False, broadcast_shape_func)
 register_shape_func("greater", False, broadcast_shape_func)
 register_shape_func("greater_equal", False, broadcast_shape_func)
+register_shape_func("maximum", False, broadcast_shape_func)
 
 Review comment:
   broadcast has already been covered. Currently in test_any we don't test every op in the same category. I add test any for elemwise

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services