-
Notifications
You must be signed in to change notification settings - Fork 69
Fix issue 4929 #4935
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
Fix issue 4929 #4935
Changes from all commits
Commits
Show all changes
47 commits
Select commit
Hold shift + click to select a range
7f634f5
WIP
naoyam c654486
cleanup
naoyam 8ef8e3e
cleanup
naoyam 549e407
enable codegen of argsort+scatter
naoyam ea81050
Use IterDomain::merge instead of manually creating a Merge
naoyam b32ccf3
Merge branch 'main' into simplify_flatten
naoyam 8003a94
Convert indexPutAccumulate to scatter when possible
naoyam 21054f0
Merge remote-tracking branch 'origin/simplify_flatten' into scatter
naoyam 2a5379c
enable codegen of compute_problem_sizes
naoyam bc6020d
remove old test
naoyam d2d127b
scatter with shmem
naoyam 6a8c74e
cleanup
naoyam dce9246
Merge remote-tracking branch 'origin/main' into scatter
naoyam f725ad9
cleanup
naoyam 96bb1d0
cleanup
naoyam 0fc4aff
cleanup
naoyam d8291fc
fix
naoyam 59d73b2
cleanup
naoyam 09617ea
fix
naoyam 2fc5184
test fix
naoyam ee36099
Moved the change of the loop domain to a scheduling routine
naoyam fd2b83b
bug fix
naoyam 6cd1c3b
cleanup
naoyam 504b3fe
Merge branch 'main' into scatter
naoyam 708db3d
Merge remote-tracking branch 'origin/main' into scatter
naoyam 537bced
WIP
naoyam 4193f9b
simplify
naoyam 8f15f70
cleanup
naoyam 02ae364
cleanup
naoyam fd18ff3
cleanup
naoyam b63a86f
IdModel test
naoyam 25f1b31
cleanup
naoyam fa9b895
cleanup
naoyam f08d4ed
update
naoyam 8823a4c
Merge remote-tracking branch 'origin/main' into scatter
naoyam e293562
merge fix
naoyam 16c359f
cleanup
naoyam 7d0cc96
Merge branch 'main' into scatter
naoyam 650bf85
interface change
naoyam 95f361e
override indexing fix
naoyam 333f90b
Merge remote-tracking branch 'origin/main' into issue_4929
naoyam aa3005a
cleanup
naoyam 0c0bf12
Merge remote-tracking branch 'origin/main' into issue_4929
naoyam 36a78c2
comments
naoyam 68c955b
PR feedback
naoyam bc2aedd
simplify the repro
naoyam d11803f
fix
naoyam 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
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
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.
This is a trivial bug fix.
override_index
didn't actually override existing mappings because of the use ofemplace
.