rohanmukh commented on a change in pull request #6905:
URL: https://github.com/apache/incubator-tvm/pull/6905#discussion_r522597861
##########
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:
Thanks, I did that. Also tested its efficacy with
test_dynamic_offload(). Can you please cross-verify the decorator usage?
----------------------------------------------------------------
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]