JieGH commented on PR #17662:
URL: https://github.com/apache/tvm/pull/17662#issuecomment-2665076093
Hi, I am runing this version of TVM. It seems the `create_schedule` no
longer works. Could you remind me of the correct way to create a schedule?
Please see the following error msg. Thanks
```
$: python simple.py
Traceback (most recent call last):
File "/test/simple.py", line 25, in <module>
s = te.create_schedule(C.op)
^^^^^^^^^^^^^^^^^^
AttributeError: module 'tvm.te' has no attribute 'create_schedule'
```
--
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]