Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SWP for block-wise fp8 fastacc #1

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

SWP for block-wise fp8 fastacc #1

wants to merge 2 commits into from

Conversation

manman-ren
Copy link
Owner

Trying to manually create a better pipelined schedule:
prior-to-swp.ttgir --> ttgir right before SWP optimization
manual-decomp-and-swp.ttgir --> manually decomposed and pipelined version based on the final ttgir
manual-decomp-prior-to-swp.ttgir --> manually decomposed version based on the ttgir right before SWP optimization
computation-pipeline.ttgir --> run improved computation pipelining and other passes on manual-decomp-prior-to-swp.ttgir
manual-fix-on-top-of-comp-swp.ttgir --> with manual fixup based on computation-pipeline.ttgir

base.ptx --> ptx for the base case
manual-decomp-and-swp.ptx --> ptx for manual-decomp-and-swp.ttgir
manual-fix-on-top-of-comp-swp.ptx --> ptx for manual-fix-on-top-of-comp-swp.ttgir

Summary:

Test Plan:

Reviewers:

Subscribers:

Tasks:

Tags:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant