-
Notifications
You must be signed in to change notification settings - Fork 86
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
Roialign fix and half_pixel mode support #3482
Open
bpickrel
wants to merge
75
commits into
develop
Choose a base branch
from
roialign_fix
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 61 commits
Commits
Show all changes
75 commits
Select commit
Hold shift + click to select a range
735e7a6
adjust stride ordering rules for standard shape: stride can be anythi…
bpickrel 92bac55
add a shape test
bpickrel 090c767
debug code removed
bpickrel 9e8528f
fix a test
bpickrel cd32e55
Merge branch 'develop' into stride_ordering_for_mlir
causten f654d5f
Merge branch 'develop' into stride_ordering_for_mlir
bpickrel 22cc5ff
added shape::compatible_lens() method
bpickrel c5508e6
format
bpickrel 21dddd0
refactor the function for testing compatible shapes to a non-member s…
bpickrel 31addfc
changing recursive equal call
bpickrel 02633f2
conditional conpilation for is_compatible_shape()
bpickrel 68467b6
different workaround for compile problem
bpickrel cf58b3c
Merge branch 'develop' into stride_ordering_for_mlir
bpickrel be7a72e
misc small fixes
bpickrel c7a4920
Merge branch 'stride_ordering_for_mlir' of github.com:ROCm/AMDMIGraph…
bpickrel 32bfc24
Merge branch 'develop' into stride_ordering_for_mlir
causten e0f1695
changes to compatible check, want to see if this passes jenkins
bpickrel 95d7a2f
style
bpickrel a3f40dd
cleanup method names
bpickrel 4fffb17
format
bpickrel 20fb5bc
style
bpickrel 2371231
comment
bpickrel 0c6bef7
add test subcases for new function
bpickrel ef1d2f6
style
bpickrel d64abcb
Merge branch 'develop' into stride_ordering_for_mlir
causten 94392aa
bug fix work in progress. Contains fixed source code. Contains debu…
bpickrel a43303c
reordered lens for iteration shape; added some tests. Passes roialig…
bpickrel 69d0d44
bug fixes and added roialign_half_pixel_verify_test which passes. Wo…
bpickrel dbe18b5
test cases 2 rois, fails
bpickrel 4cb582e
created out of bounds test for roialign. Learned that existing code …
bpickrel 0469b83
work in progress
bpickrel 1837f1a
clean up debug code and tests work in progress
bpickrel 9196b2e
fixed some tests/checks
bpickrel 8f348b5
revert accidental change
bpickrel 4920232
revert unwanted changes
bpickrel 61cc9a6
revert unwanted changes
bpickrel 2067e3a
Merge branch 'develop' into roialign_fix
bpickrel ae12b10
format
bpickrel 717b03c
undo a return type change and a test error
bpickrel 6fe841d
revert default test
bpickrel 09adc29
debugging crash
bpickrel fb30afb
probably fixed
bpickrel 4c11f71
clean up debug code
bpickrel 0b0bcb6
fix roialign_test onnx test to reflect changed test file
bpickrel 9d658a7
Update Onnx test models to allow specified op set; add roialign defau…
bpickrel c54c139
add 1 file to previous commit
bpickrel 6fae7d5
file cleanup
bpickrel c4565bd
first-try updates to gpu roialign plus misc. cleanup; WIP doesn't pas…
bpickrel 3978d41
work in progress
bpickrel d6dd2e1
work in progress
bpickrel d425d56
work in progress; a lot of debug code
bpickrel 682b653
work in progress, gpu kernel closer to correct. Gives correct result…
bpickrel 4e122bc
work in progress
bpickrel dbd28a4
work in progress with GPU output indexes
bpickrel 7c91757
fixed GPU kernel and cleaned up debug code. Passes all test_verify t…
bpickrel 2da60d1
removed a debug file
bpickrel 6f94758
comment
bpickrel c1000cf
misc. cleanup; fixed one Jenkins-only fail; added one more shape check
bpickrel 85f7243
Merge branch 'roialign_fix' of github.com:ROCmSoftwarePlatform/AMDMIG…
bpickrel 379dcef
revert debugging changes
bpickrel 4c4846e
clean up debug code
bpickrel e9fd0fa
work in progress
bpickrel 174a5b7
split test into 2 cases
bpickrel 0f25c4f
add roialign verify test for max pooling; doesn't pass
bpickrel 60c9978
Added cases to ref. test for roialign, containing a more challenging …
bpickrel 1ad15d0
adds updated onnx test file for previous commit
bpickrel 5c8151d
update roialign max pooling test; learned that onnxruntime Gold value…
bpickrel 46f6ff2
update gold values for some roialign tests. Onnxruntime reference va…
bpickrel 2a40853
Add Python test, migraphx directly verified against Onnxruntime
bpickrel 2fc109d
work in progress, reshkaping output in compute method. does not work
bpickrel 4ae500c
reshape output for reference op, working but test updates needed
bpickrel d8a3de0
work in progress; values are right up to index 8
bpickrel 31dbc0a
reshape output for roialign GPU kernel; works; contains debug code
bpickrel a222101
add a max test for roialign, clean up debug code, update comments
bpickrel 400bd07
format
bpickrel 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 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 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 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.
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.
The extra whitespace at the end of this row is causing the table to be improperly formatted and not appear on the doc page.