-
Notifications
You must be signed in to change notification settings - Fork 3.8k
[Relay, TOPI] Add numpy style cumsum op #7334
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
27 commits
Select commit
Hold shift + click to select a range
66ebfdb
Add cumsum relay/topi op
masahi 2f7c418
relay tests working
masahi e2d498b
add torch frontend converter
masahi 205a9a0
fix for importing detr
masahi 91a2c66
fix bad merge
masahi 49f7ce7
begin cuda cumsum
masahi eca7420
support non innermost axis
masahi 0e6b2c5
support rank higher than 3
masahi 2c33718
making binop parameter
masahi 7cf958e
fix overflow issue in thrust scan
masahi 0b056a1
generic binop parameter working
masahi a8324fa
relay test working
masahi bb6340e
fixed for bool input
masahi ae434e5
remove pytorch change
masahi 3afe514
fix pylint
masahi 55065df
doc update
masahi 050d6aa
Update python/tvm/topi/cumsum.py
masahi a6b71d2
Update tests/python/relay/test_op_level3.py
masahi 3ca20d8
add example outputs
masahi 0dabe12
add supported input and output dtype in thrust log
masahi 8ec333e
adding more loop var names
masahi 6f481fc
fix cpplint
masahi e3cf96d
fix missing check for the cuda target in nms thrust sort
masahi fb2f142
parallelize cpu cumsum
masahi 4d8badc
making binop argument tir function
masahi af58e07
update doc for binop
masahi 9119627
doc update
masahi 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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -56,3 +56,4 @@ | |
| from .correlation import * | ||
| from .sparse import * | ||
| from .argwhere import * | ||
| from .scan import * | ||
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.