forked from triton-lang/triton
-
Notifications
You must be signed in to change notification settings - Fork 29
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
Couple of FA optimizations #608
Merged
Commits on Jun 19, 2024
-
Add Perf Kernels This is a combination of 2 commits. Add Perf Kernels Add Perf Kernels This is a combination of 6 commits. add perf-kernels fix formating issues fix unused variables and other bugs fix other issues remove scripts save check changes format save save try pre-commit check save
Configuration menu - View commit details
-
Copy full SHA for 3788c64 - Browse repository at this point
Copy the full SHA 3788c64View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc535d3 - Browse repository at this point
Copy the full SHA cc535d3View commit details -
Change all block pointers to tensor pointers (#585)
Change all block pointers to tensor pointers Block pointers are for nvidia TMAs. They are useful for regular loads as well but not well supported. Also cleaned up some code I came across along the way and updated comment at the top.
Configuration menu - View commit details
-
Copy full SHA for cfb231f - Browse repository at this point
Copy the full SHA cfb231fView commit details -
Add support for bshd layout (#587)
Add support for layouts commonly used by users. Add option for varlen / thd layout to specify equal context lengths for all batches. Also often used by users.
Configuration menu - View commit details
-
Copy full SHA for 18930eb - Browse repository at this point
Copy the full SHA 18930ebView commit details
Commits on Jun 27, 2024
-
Set SM scale multiplication to a constexpr. Minor asm improvement. Changed acc scaling to adjust for softmax division to multiplication with reciprocal. ~10% perf improvement.
Configuration menu - View commit details
-
Copy full SHA for 0d1c3e1 - Browse repository at this point
Copy the full SHA 0d1c3e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for db3beaf - Browse repository at this point
Copy the full SHA db3beafView commit details
Commits on Jul 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5e2ffc6 - Browse repository at this point
Copy the full SHA 5e2ffc6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8dd5404 - Browse repository at this point
Copy the full SHA 8dd5404View commit details
Commits on Jul 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4787d45 - Browse repository at this point
Copy the full SHA 4787d45View commit details -
Configuration menu - View commit details
-
Copy full SHA for bfbc3ef - Browse repository at this point
Copy the full SHA bfbc3efView commit details
Commits on Jul 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3557466 - Browse repository at this point
Copy the full SHA 3557466View commit details
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.