Lunderberg commented on issue #12852:
URL: https://github.com/apache/tvm/issues/12852#issuecomment-1258062633

   @tkonolige I tested it, and had the same behavior.  I was able to get better 
error messages by changing [this 
line](https://github.com/Lunderberg/tvm/blob/main/src/meta_schedule/utils.h#L292)
 from `tir::ScheduleErrorRenderLevel::kNone` to 
`tir::ScheduleErrorRenderLevel::kDetail`, and it looks like the error is thrown 
from [this 
check](https://github.com/apache/tvm/blob/main/src/tir/schedule/primitive/for_kind.cc#L160)
 when trying to parallelize the function.  That's as far as I got from now, 
without digging too much into the meta scheduler.


-- 
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: commits-unsubscr...@tvm.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to