-
Notifications
You must be signed in to change notification settings - Fork 15.2k
[MLIR][XeGPU] Allow load/store/prefetch uses [memref+offset] instead of tdesc #150576
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
Merged
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
1373ffa
add optional offsets to nd load/store/prefetch
Jianhui-Li 30ff640
git-clang-format
Jianhui-Li 037f2a2
Merge branch 'main' into load-nd-with-offsets-2
Jianhui-Li efd1661
add optional offsets to load_gather
Jianhui-Li 3578c1b
add optional offsets to nd load/store/prefetch
Jianhui-Li 59f7ea9
add optional offsets to load_gather
Jianhui-Li abc84c7
add offsets to load
Jianhui-Li 80b4462
add chunk_size and use XeGPU_offsetType
Jianhui-Li 0b91942
fix conflict
Jianhui-Li 769bf19
add tests
Jianhui-Li 4553746
add invalid tests
Jianhui-Li e6c4db3
Merge branch 'main' into load-with-offsets
Jianhui-Li 1249794
small fixes
Jianhui-Li 5cfb24b
address comments
Jianhui-Li 5940d19
address feedback
Jianhui-Li da7142a
git-clang-format
Jianhui-Li 8b99ecc
minor polish
Jianhui-Li 04306ca
address comments
Jianhui-Li 871e4d4
Merge branch 'main' into load-with-offsets
Jianhui-Li bbd6530
add more invalid tests
Jianhui-Li 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
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
here
dyn_castis involved. Maybe better to rename the function toTryGetTensorDescto avoid confusion?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The function name needs to keep the same to minimize the change.