-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
【prim】Maximum grad #51006
Merged
Merged
【prim】Maximum grad #51006
Changes from 50 commits
Commits
Show all changes
51 commits
Select commit
Hold shift + click to select a range
0effa15
refresh
heyanru01 aaa3c64
refresh
heyanru01 eb3fb7f
compat
heyanru01 858bc20
register
heyanru01 71b6d09
testop
heyanru01 a13169b
testcinn
heyanru01 7386b74
fix
heyanru01 ff1a478
fix
heyanru01 01aa2d6
fix
heyanru01 a0d1593
fox
heyanru01 9273948
cast
heyanru01 a425e91
fix
heyanru01 4ea4faf
cast
heyanru01 44e92c8
fix
heyanru01 7567197
type
heyanru01 c3c2ac1
fix
heyanru01 aab1434
fix
heyanru01 853c4c2
fix
heyanru01 2a05ac5
out
heyanru01 7fc3a4d
fix
heyanru01 bbeed2c
cast
heyanru01 dc8e66f
fix
heyanru01 55efae6
fix
heyanru01 301feb2
fix
heyanru01 c060acc
broad
heyanru01 493e7bc
broad
heyanru01 b9e0733
broad
heyanru01 146c941
fix
heyanru01 778de9e
fix
heyanru01 ecab4cc
fix
heyanru01 ce76053
fix
heyanru01 3dc7b30
fix
heyanru01 22bfd33
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into…
heyanru01 2c66d99
broad
heyanru01 cef793f
broad
heyanru01 4c45353
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into…
heyanru01 d5cd3b8
numel
heyanru01 7d5b6c5
fix
heyanru01 14f9ff2
fix
heyanru01 7b1a77b
fix
heyanru01 3699a5e
fix
heyanru01 a7aba2e
fix
heyanru01 aff4d92
cinn
heyanru01 02fda8d
fix
heyanru01 323e10a
fix
heyanru01 4fa996b
fix
heyanru01 5f405d7
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into…
heyanru01 517c6e6
fix
heyanru01 f88c3ed
fix
heyanru01 29ad702
fix
heyanru01 a352e34
fix
heyanru01 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,3 +31,5 @@ | |
- pad | ||
- cumsum | ||
- put_along_axis | ||
- greater_than | ||
- less_equal |
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
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
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.
make sure logic the same with kernel when x equal to y
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.
test x = y in #51568