Files
apache--tvm/python
Junru Shao 1312658093 [MetaSchedule] Apply-History-Best Task Filtering (#11692)
This PR enables task filtering in Apply-History-Best, which is used in
Relay/Relax integration. Previously, even though a task is ruled out
during task extraction, it still shows up in Relay compilation due to
the lack of filtering on `Apply-History-Best`. However, TE-to-TIR
conversion `te.CreatePrimFunc` doesn't support all cases with hybrid
operators involved, which leads to post-tuning failure affecting
multiple models.
2022-06-15 13:10:24 +08:00
..