shtinsa commented on code in PR #11341:
URL: https://github.com/apache/tvm/pull/11341#discussion_r883528020
##########
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:
I tried to remove it, test fails with crash: File
"/home/sshtin/Dev/tvm/python/tvm/topi/x86/__init__.py", line 30, in <module>
from .reduction import *
File "/home/sshtin/Dev/tvm/python/tvm/topi/x86/reduction.py", line 21, in
<module>
from .injective import schedule_injective_from_existing
ImportError: Error importing plugin "tvm.testing.plugin": cannot import name
'schedule_injective_from_existing' from 'tvm.topi.x86.injective'
(/home/sshtin/Dev/tvm/python/tvm/topi/x86/in
--
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]