-
Notifications
You must be signed in to change notification settings - Fork 44
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
Merge OpenAI Triton commit 4d2e9e5
#2978
Merged
Merged
Conversation
This file contains 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
…(#5362) This relands triton-lang/triton#5139: Adding a shortcut case for fp8 MFMA to dot operand layout conversion that avoids using shared memory, to speed up FP8 attention kernels. --------- Co-authored-by: ilia-cher <[email protected]>
…ls on (#5286) This pull request contains changes for all tutorials except `09-persistent-matmul.py`, as there is a lot of cuda-specific function. --------- Signed-off-by: Anatoly Myachev <[email protected]>
All deleted libraries are either in `${triton_libs}` or in `${conversion_libs}`. Signed-off-by: Anatoly Myachev <[email protected]>
`local_load` should be in the same stage that the `subview` that it is using.
…m shared memory (#5154)
1. Fix the problem that [m, k, n] but not [m, n, k] is returned on the nvidia backend 2. Check both int8 and float8 3. Add a new compiler error test 4. Fix dtype check in AMD backend
This reverts commit 9743ec0.
pbchekin
approved these changes
Dec 10, 2024
This was referenced Dec 10, 2024
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.
This PR change the Triton base from 89c0b0a to 4d2e9e5 (Dec 9).
Pass rate: 99.84%->99.82% (#2980)
Please do not squash and merge this PR.