-
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
[Zero-Dim] support dist/cov/det output 0D #52857
Merged
zhwesky2010
merged 47 commits into
PaddlePaddle:develop
from
GGBond8488:add_0d_output_support_for_det
Apr 28, 2023
Merged
Changes from all commits
Commits
Show all changes
47 commits
Select commit
Hold shift + click to select a range
ecd202e
add 0d support for dist, trace, paddle.linalg.cond test=allcase
GGBond8488 9f5dfd9
add_0d_output_support_for_det
GGBond8488 11b8412
test=allcase
GGBond8488 fe49c1b
support_0d_output_for_linalg.norm
GGBond8488 dc4332c
support linalg.norm 0d output, test=allcase
GGBond8488 667e7a1
fix 0D test
GGBond8488 df25e31
fix zero dim test, test=allcase
GGBond8488 475bf2f
fix 0D test
GGBond8488 032e3fb
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into…
GGBond8488 6142d94
fix tets,test=allcase
GGBond8488 6e70adf
fix error,test=allcase
GGBond8488 dd61c63
fix errors ,test=allcase
GGBond8488 035cadf
add static backward , test=allcase
GGBond8488 e5146f1
add static backwward test, test=allcase
GGBond8488 13dfb05
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into…
GGBond8488 3e87da3
fix conflicts
GGBond8488 bdf944b
fix pr-ci-build error;test=document_fix (#53060)
tianshuo78520a 00b7c81
[Cherry-Pick] Unique support float16&bfloat16 (#53023)
ZzSean a8e3aa3
slogdet_support_0D_output
GGBond8488 3ec138d
add new case
GGBond8488 97126d2
merge develop
GGBond8488 e3e2abf
fix tests, test=allcase
GGBond8488 374a371
merge norm
GGBond8488 58cd314
merge
GGBond8488 13928ce
merge
GGBond8488 cf133b4
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into…
GGBond8488 21235c7
fix p_norm related test, test=allcase
GGBond8488 40f7bb3
fix some err, test=allcase
GGBond8488 6fab1c7
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into…
GGBond8488 f2d14a6
fix conflicts
GGBond8488 f304d4c
test=allcase
GGBond8488 8dca1eb
move out trace
GGBond8488 8ed5522
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into…
GGBond8488 ec56e5f
open some case, test=allcase
GGBond8488 6269092
open some case, test=allcase
GGBond8488 fd10479
fix conflicts, test=allcase
GGBond8488 55b8046
Merge branch 'add_0d_output_support_for_det' of github.com:GGBond8488…
GGBond8488 b832793
fix norm all case, test=allcase
GGBond8488 fff8e6e
merge develop
GGBond8488 927e3ec
fix some test error, test=allcase
GGBond8488 9c9d8c5
fix typro,test=allcase
GGBond8488 2400312
fix test err, test=allcase
GGBond8488 7f72ff0
test=allcase
GGBond8488 254c31f
test
GGBond8488 14c3de2
fix test error, test=allcase
GGBond8488 d05cd30
fix test error, test=allcase
GGBond8488 16a552d
fallback norm, test=allcase
GGBond8488 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
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.
这个有其他的依赖吗,不然可以打开这个case,如果有依赖需要说明