rohanmukh commented on a change in pull request #6905:
URL: https://github.com/apache/incubator-tvm/pull/6905#discussion_r522295438
##########
File path: python/tvm/relay/op/contrib/tensorrt.py
##########
@@ -715,6 +771,34 @@ def conv3d_transpose_annotate_fn(expr): # pylint:
disable=unused-variable
return False
return True
+_register_external_dynamic_check_func("add", add_annotate_fn)
Review comment:
Will it also not lead to the same issue, that we have to remember to
check for check_dynamism in each of the annotator?
----------------------------------------------------------------
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:
[email protected]