anijain2305 commented on a change in pull request #6955:
URL: https://github.com/apache/tvm/pull/6955#discussion_r532957130
##########
File path: tests/python/contrib/test_tensorrt.py
##########
@@ -1034,5 +1038,186 @@ def set_func_attr(func, compile_name, symbol_name):
tvm.ir.assert_structural_equal(mod_trt, mod_exp, map_free_vars=True)
+def test_tensorrt_dynamic_batch():
+ if skip_codegen_test():
+ return
+
+ batches_to_test = [1, 1, 2, 3, 1, 3, 2]
Review comment:
@trevor-m Should we test batch size of 0 here?
----------------------------------------------------------------
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]