File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ if(NOT ((NOT WITH_PYTHON) AND ON_INFER))
4
4
paddle_test (test_egr_task_hook SRCS hook_test.cc )
5
5
paddle_test (test_egr_task_backward SRCS backward_test.cc )
6
6
paddle_test (test_egr_task_grad SRCS grad_test.cc )
7
- paddle_test (test_egr_task_fwd_bwd_joint SRCS fwd_bwd_joint_test.cc )
7
+ paddle_test (test_egr_task_fwd_bwd_joint SRCS fwd_bwd_joint_test.cc DEPS phi )
8
8
paddle_test (test_egr_task_cross_batch SRCS cross_batch_accumulation_test.cc )
9
9
paddle_test (test_egr_task_hook_intermidiate SRCS hook_test_intermidiate.cc )
10
10
paddle_test (test_egr_task_autocodegen SRCS generated_test.cc )
Original file line number Diff line number Diff line change 1
- paddle_test (op_tester SRCS op_tester.cc DEPS common )
1
+ paddle_test (op_tester SRCS op_tester.cc DEPS common phi )
2
2
3
3
if (WITH_ONNXRUNTIME AND WIN32 )
4
4
# Copy onnxruntime for some c++ test in Windows, since the test will
You can’t perform that action at this time.
0 commit comments