slyubomirsky commented on code in PR #15214: URL: https://github.com/apache/tvm/pull/15214#discussion_r1267286563
########## 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: I'm not a fan of the abbreviation, but it will probably break a lot of formatting haha. I'll see what will happen -- 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]
