-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Closed
Labels
tune:meta_schedulesrc/meta_schedule, python/tvm/meta_schedulesrc/meta_schedule, python/tvm/meta_scheduletype: bug
Description
After #12720 the RewriteLayout postprocessor seems to fail during tuning. An example to reproduce is here https://gist.github.com/zxybazh/6bff29ae4e7cb273d57bb30599790008. And the failing message looks like:
[11:43:50] /home/zxybazh/tvm-tensorir/src/meta_schedule/search_strategy/../utils.h:289: Warning: ThreadedTraceApply::Apply failed with error [11:43:50] /home/zxybazh/tvm-tensorir/include/tvm/runtime/container/map.h:376:
---------------------------------------------------------------
An error occurred during the execution of TVM.
For more information, please see: https://tvm.apache.org/docs/errors.html
---------------------------------------------------------------
Check failed: (itr.index < size_) is false: IndexError: key is not in Map
Metadata
Metadata
Assignees
Labels
tune:meta_schedulesrc/meta_schedule, python/tvm/meta_schedulesrc/meta_schedule, python/tvm/meta_scheduletype: bug