-
Notifications
You must be signed in to change notification settings - Fork 5.9k
【paddle_test No.1】replace cc_test with paddle_test #60830
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 10 commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
7ed9156
Update CMakeLists.txt
Liyulingyue e5e4670
Update CMakeLists.txt
Liyulingyue 77306c3
Update CMakeLists.txt
Liyulingyue 3056242
Update CMakeLists.txt
Liyulingyue 6bedbd1
Merge branch 'develop' into cc1
Liyulingyue 2e2bf71
Update CMakeLists.txt
Liyulingyue 6351c9f
Update op_gen.py
Liyulingyue 68a92d3
Update CMakeLists.txt
Liyulingyue 63d2a70
Merge branch 'develop' into cc1
Liyulingyue af7f20c
Update CMakeLists.txt
Liyulingyue b19e188
Apply suggestions from code review
Liyulingyue 57f5052
Update op_gen.py
Liyulingyue 8788524
Merge branch 'PaddlePaddle:develop' into cc1
Liyulingyue b0685a1
Merge branch 'PaddlePaddle:develop' into cc1
Liyulingyue 126b33b
Update op_gen.py
Liyulingyue 5cbd233
Update op_gen.py
Liyulingyue af41fe8
Update transform_general_functions.h
Liyulingyue a7b78ca
Merge branch 'PaddlePaddle:develop' into cc1
Liyulingyue e4e6c81
Update manual_op.h
Liyulingyue 4314aa0
Update drr_pattern_context.h
Liyulingyue 5f3db99
Update drr_pattern_context.h
Liyulingyue 7a4c908
Merge branch 'PaddlePaddle:develop' into cc1
Liyulingyue 9759d3b
Merge branch 'PaddlePaddle:develop' into cc1
Liyulingyue eab5a64
Apply suggestions from code review
Liyulingyue 588f009
Merge branch 'PaddlePaddle:develop' into cc1
Liyulingyue a781777
Merge branch 'PaddlePaddle:develop' into cc1
Liyulingyue 62ef0f9
Update drr_pattern_context.h
Liyulingyue 78cce3d
Update drr_pattern_context.h
Liyulingyue 828fcb7
Update drr_pattern_base.h
Liyulingyue 25c4c36
Update drr_match_context.h
Liyulingyue aa35989
Update drr_pattern_context.h
Liyulingyue 1aa763b
Update drr_pattern_context.h
Liyulingyue 6dde0cd
Merge branch 'develop' into cc1
Liyulingyue 30c3828
Update drr_match_context.h
Liyulingyue cbfa108
Apply suggestions from code review
Liyulingyue 527dd40
Apply suggestions from code review
Liyulingyue 8ab27ad
add test_API
Liyulingyue c2b5e0d
Merge remote-tracking branch 'origin/cc1' into cc1
Liyulingyue f3f990c
Update CMakeLists.txt
Liyulingyue f69ccd9
Apply suggestions from code review
Liyulingyue 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,31 +1,14 @@ | ||
| cc_test( | ||
| pattern_rewrite_test | ||
| SRCS pattern_rewrite_test.cc | ||
| DEPS gtest op_dialect_vjp pir pir_transforms) | ||
| paddle_test(pattern_rewrite_test SRCS pattern_rewrite_test.cc) | ||
|
|
||
| cc_test( | ||
| drr_test | ||
| SRCS drr_test.cc | ||
| DEPS drr pir_transforms) | ||
| paddle_test(drr_test SRCS drr_test.cc) | ||
|
|
||
| cc_test( | ||
| drr_same_type_binding_test | ||
| SRCS drr_same_type_binding_test.cc | ||
| DEPS drr gtest op_dialect_vjp pir pir_transforms) | ||
| paddle_test(drr_same_type_binding_test SRCS drr_same_type_binding_test.cc) | ||
|
|
||
| cc_test( | ||
| drr_fuse_linear_test | ||
| SRCS drr_fuse_linear_test.cc | ||
| DEPS pir_transforms drr gtest op_dialect_vjp pir) | ||
| paddle_test(drr_fuse_linear_test SRCS drr_fuse_linear_test.cc) | ||
|
|
||
| cc_test( | ||
| drr_fuse_linear_param_grad_add_test | ||
| SRCS drr_fuse_linear_param_grad_add_test.cc | ||
| DEPS pir_transforms drr gtest op_dialect_vjp pir) | ||
| paddle_test(drr_fuse_linear_param_grad_add_test SRCS | ||
| drr_fuse_linear_param_grad_add_test.cc) | ||
|
|
||
| if(WITH_GPU) | ||
| cc_test( | ||
| drr_attention_fuse_test | ||
| SRCS drr_attention_fuse_test.cc | ||
| DEPS pir_transforms drr gtest op_dialect_vjp pir) | ||
| paddle_test(drr_attention_fuse_test SRCS drr_attention_fuse_test.cc) | ||
| endif() | ||
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.