echuraev commented on code in PR #13659:
URL: https://github.com/apache/tvm/pull/13659#discussion_r1058071985
##########
python/tvm/meta_schedule/relay_integration.py:
##########
@@ -250,6 +252,7 @@ def tune_relay(
seed: Optional[int] = None,
module_equality: str = "structural",
num_tuning_cores: Union[Literal["physical", "logical"], int] = "physical",
+ disabled_pass: Optional[Union[List[str], Set[str], Tuple[str]]] = None,
Review Comment:
Could you please add information about this parameter to the docstring?
##########
python/tvm/meta_schedule/relay_integration.py:
##########
@@ -345,6 +350,7 @@ def compile_relay(
}
),
executor: Optional["relay.backend.Executor"] = None,
+ disabled_pass: Optional[Union[List[str], Set[str], Tuple[str]]] = None,
Review Comment:
Add information to doc
--
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]