You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* [TIR][REFACTIR] RewriteForTensorCore -> te/schedule
RewriteForTensor depends on the schedule information, which makes it differ
from a typical pass(which should get all the information from the input TIR).
As a result, we refactor it as a SchedulePostProc step for now.
We should revisit it later as we introduce more support for tensor core patterns in the TIR.
* Fix VTA to fit the new IR Pattern
0 commit comments