junrushao commented on code in PR #15214: URL: https://github.com/apache/tvm/pull/15214#discussion_r1267226949
########## python/tvm/tir/schedule/testing.py: ########## @@ -16,14 +16,33 @@ # under the License. # pylint: disable=dangerous-default-value """Testing utilities for the TensorIR schedule API""" -from typing import Sequence, Union +from typing import Any, Sequence, Union import tvm from tvm.ir import IRModule, assert_structural_equal from tvm.tir import PrimFunc from tvm.tir.schedule import Schedule, Trace +def assert_structural_equal_gs( Review Comment: shall we expand `gs` to `global_symbol`? feel free to push back if it's a huge ask (like affecting 80 files) -- 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]
