feat: update VfSim tile fusion cost model - #1382
Open
wang-chonghao wants to merge 1 commit into
Open
Conversation
wang-chonghao
force-pushed
the
vf-costmodel-submodule-ir-abcabc-unroll
branch
2 times, most recently
from
August 29, 2026 02:29
04acf83 to
9435883
Compare
wang-chonghao
force-pushed
the
vf-costmodel-submodule-ir-abcabc-unroll
branch
from
August 29, 2026 02:39
9435883 to
e360f3d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
更新tileop到MI编译链路的vfsim侧adaptor
将目前仅对ABCABC进行unroll寻优更新为对AABBCC和ABCABC两种展开方式进行unroll寻优,返回最优unroll值。后续unroll展开pass会以ABCABC形式进行展开,再通过VPTOScheduler pass进行重排。
本次迭代主要修改vfsim侧的adaptor,以及将submodule中vfsim指向最新版本。 Vfsim adaptor主要修改点在于适配PTOAS当前主线改动,主线tileop模板进行了修改,并在tileop fusion group pass前确定了后续展开的模板。
PTOAS侧更新