[AMD] remove redundant LDS bypass checks#5002
Merged
antiagainst merged 1 commit intotriton-lang:mainfrom Oct 29, 2024
Merged
Conversation
This PR removes special cases for MFMA -> Dot Operand LDS shortcuts. Now it is supported by common linear layout infrastructure.
antiagainst
approved these changes
Oct 29, 2024
Contributor
|
Great! @binarman do you want to work on removing |
Jokeren
approved these changes
Oct 29, 2024
Contributor
Author
Luosuu
pushed a commit
to Luosuu/triton
that referenced
this pull request
Nov 13, 2024
This commit removes special cases for MFMA -> Dot Operand LDS shortcuts. Now it is supported by common linear layout infrastructure. No tests are added, mfma-shortcut.mlir already testing this.
guacamoleo
pushed a commit
to guacamoleo/triton
that referenced
this pull request
Nov 14, 2024
This commit removes special cases for MFMA -> Dot Operand LDS shortcuts. Now it is supported by common linear layout infrastructure. No tests are added, mfma-shortcut.mlir already testing this.
jataylo
pushed a commit
to jataylo/triton
that referenced
this pull request
Nov 18, 2024
This commit removes special cases for MFMA -> Dot Operand LDS shortcuts. Now it is supported by common linear layout infrastructure. No tests are added, mfma-shortcut.mlir already testing this. (cherry picked from commit 69f656c)
jataylo
pushed a commit
to jataylo/triton
that referenced
this pull request
Nov 18, 2024
This commit removes special cases for MFMA -> Dot Operand LDS shortcuts. Now it is supported by common linear layout infrastructure. No tests are added, mfma-shortcut.mlir already testing this. (cherry picked from commit 69f656c)
antiagainst
added a commit
that referenced
this pull request
Dec 4, 2024
Cherry pick list: - #4925 - #5053 - #5019 - #5002 - #4935 - required additional cherry picks #4991 and #4951 - #4998 - #4925 - #5281 - #5308 - All previous LLVM hash PRs before #5308 --------- Co-authored-by: Ilya V <152324710+joviliast@users.noreply.github.com> Co-authored-by: Lei Zhang <antiagainst@gmail.com> Co-authored-by: Lixun Zhang <Lixun.Zhang@amd.com> Co-authored-by: Keren Zhou <kerenzhou@openai.com> Co-authored-by: Alexander Efimov <efimov.alexander@gmail.com> Co-authored-by: Kyle Wang <ec1wng@gmail.com> Co-authored-by: Jungwook Park <Jungwook.Park@amd.com> Co-authored-by: peterbell10 <peterbell10@openai.com> Co-authored-by: Hongtao Yu <hoy@meta.com>
jataylo
pushed a commit
to jataylo/triton
that referenced
this pull request
Dec 12, 2024
This commit removes special cases for MFMA -> Dot Operand LDS shortcuts. Now it is supported by common linear layout infrastructure. No tests are added, mfma-shortcut.mlir already testing this. (cherry picked from commit 69f656c)
jataylo
added a commit
to jataylo/triton
that referenced
this pull request
Dec 18, 2024
Cherry pick list: - triton-lang#4925 - triton-lang#5053 - triton-lang#5019 - triton-lang#5002 - triton-lang#4935 - required additional cherry picks triton-lang#4991 and triton-lang#4951 - triton-lang#4998 - triton-lang#4925 - triton-lang#5281 - triton-lang#5308 - All previous LLVM hash PRs before triton-lang#5308 --------- Co-authored-by: Ilya V <152324710+joviliast@users.noreply.github.com> Co-authored-by: Lei Zhang <antiagainst@gmail.com> Co-authored-by: Lixun Zhang <Lixun.Zhang@amd.com> Co-authored-by: Keren Zhou <kerenzhou@openai.com> Co-authored-by: Alexander Efimov <efimov.alexander@gmail.com> Co-authored-by: Kyle Wang <ec1wng@gmail.com> Co-authored-by: Jungwook Park <Jungwook.Park@amd.com> Co-authored-by: peterbell10 <peterbell10@openai.com> Co-authored-by: Hongtao Yu <hoy@meta.com> (cherry picked from commit 2d8093c)
bertmaher
pushed a commit
that referenced
this pull request
Dec 19, 2024
Cherry pick list: - #4925 - #5053 - #5019 - #5002 - #4935 - required additional cherry picks #4991 and #4951 - #4998 - #4925 - #5281 - #5308 - All previous LLVM hash PRs before #5308 --------- Co-authored-by: Ilya V <152324710+joviliast@users.noreply.github.com> Co-authored-by: Lei Zhang <antiagainst@gmail.com> Co-authored-by: Lixun Zhang <Lixun.Zhang@amd.com> Co-authored-by: Keren Zhou <kerenzhou@openai.com> Co-authored-by: Alexander Efimov <efimov.alexander@gmail.com> Co-authored-by: Kyle Wang <ec1wng@gmail.com> Co-authored-by: Jungwook Park <Jungwook.Park@amd.com> Co-authored-by: peterbell10 <peterbell10@openai.com> Co-authored-by: Hongtao Yu <hoy@meta.com>
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.
This PR removes special cases for MFMA -> Dot Operand LDS shortcuts.
Now it is supported by common linear layout infrastructure.
No tests are added, mfma-shortcut.mlir already testing this.