shtinsa commented on code in PR #11341: URL: https://github.com/apache/tvm/pull/11341#discussion_r883371190
########## python/tvm/topi/x86/injective.py: ########## @@ -17,20 +17,20 @@ # pylint: disable=invalid-name """x86 declaration and schedules.""" from tvm import te +from tvm.topi import tag from tvm.tir import IntImm +from tvm.topi.generic.injective import schedule_injective_from_existing from ..utils import is_empty_shape -def schedule_injective_from_existing(sch, out): +def schedule_injective_from_existing_ref(sch, out): Review Comment: Unfortunately code reverting affects test_pass_partition_graph.py::test_multi_node_compiler test -- 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]
