sunggg commented on code in PR #15466:
URL: https://github.com/apache/tvm/pull/15466#discussion_r1284049324
##########
python/tvm/dlight/benchmark/utils.py:
##########
@@ -110,6 +119,11 @@ def default_dym_var_sample_func(dym_var_dict: Dict[str,
str]) -> Dict[str, int]:
----------
dym_var_dict : Dict[str, str]
Dynamic shape variable dictionary, e.g., {"n": "int32", "m": "int32"}
Review Comment:
interesting. do you know where we use `int32`? It would be nice to
standardize it if there is no specific reason behind. Then, I believe we can
remove this dict and simplify.
--
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]