Lunderberg opened a new pull request, #11913:
URL: https://github.com/apache/tvm/pull/11913
Previously, if a TIR Schedule is passed to `tvm.lower`, the error message is
returned `ValueError: ('Expected input to be an IRModule, PrimFunc or Schedule,
but got, ', <class 'tvm.tir.schedule.schedule.Schedule'>)`. This can cause
user confusion, as the expected class name in the error message does not
differentiate between between a `tvm.te.Schedule` and a `tvm.tir.Schedule`.
Updated error message to explicitly state that this should be a `te.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]