Specifically, is there a way to force MetaSchedule to ignore the parallelize primitive from its search space?
There is no option to turn it off for now, but you can manually comment out the relevant schedule rule and recompile TVM:
Also if you know the code of meta_schedule, you can add an option to it (extending from the front-end Python to the back-end C++).
2 Likes