-
Notifications
You must be signed in to change notification settings - Fork 15.3k
[mlir][amdgpu] Add amdgpu.make_dma_descriptor #169407
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
Merged
amd-eochoalo
merged 32 commits into
llvm:main
from
amd-eochoalo:eochoa/2025-11-24/amdgpu-make-dma-descriptor
Dec 1, 2025
+249
−12
Merged
Changes from 11 commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
a4a1a59
[mlir][amdgpu] Add make_dma_base operation
amd-eochoalo d14f3e2
Remove MemRead and MemWrite from operation
amd-eochoalo d3ca18c
Add Pure to make_dma_base
amd-eochoalo 76e47f1
Add DynamicIndexList
amd-eochoalo f6f67e3
Add globalStride
amd-eochoalo 1e2668c
Add verifier for innermost dimension
amd-eochoalo f1df3c5
Add sharedSize
amd-eochoalo a24a840
Add optional atomic barrier
amd-eochoalo ccaf771
Add iterate
amd-eochoalo 566d2e6
[mlir][amdgpu] Add make_dma_descriptor.
amd-eochoalo 2be4ccc
Fix indentation
amd-eochoalo b3ba450
Review
amd-eochoalo d34c423
Fix parser
amd-eochoalo cfb20cc
whitespace
amd-eochoalo 5e98ed0
Fix parser
amd-eochoalo 5cca5f9
check if it is not empty
amd-eochoalo 0f913f5
less variables
amd-eochoalo adcbc32
mlir example
amd-eochoalo 61fd94d
MLIR examples
amd-eochoalo 3de0f3c
Use custom<DynamicIndexList> for indices.
amd-eochoalo 0a70e24
Update mlir/lib/Dialect/AMDGPU/IR/AMDGPUDialect.cpp
amd-eochoalo ec58b7c
Merge branch 'main' into eochoa/2025-11-24/amdgpu-make-dma-descriptor
amd-eochoalo 29072b8
Remove OptionalAttr from static indices
amd-eochoalo 50e76d4
Atomic barrier only takes Variadic<Index>
amd-eochoalo b339c7a
Do not use attribute splitting
amd-eochoalo fb82ac3
Rename $every to $pad_every.
amd-eochoalo 445f96e
Remove unused functions
amd-eochoalo e022322
Only use dynamic indices in make_dma_base
amd-eochoalo 850d6d0
Add verification for same rank
amd-eochoalo a8fbe1a
Verify tile and tensor's rank are the same
amd-eochoalo d51853c
Check that atomic barrier is in LDS if it is present.
amd-eochoalo 3b6bd2c
Merge branch 'main' into eochoa/2025-11-24/amdgpu-make-dma-descriptor
amd-eochoalo File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
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
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
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.