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))
44 paddle_test(test_egr_task_hook SRCS hook_test.cc)
55 paddle_test(test_egr_task_backward SRCS backward_test.cc)
66 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 )
88 paddle_test(test_egr_task_cross_batch SRCS cross_batch_accumulation_test.cc)
99 paddle_test(test_egr_task_hook_intermidiate SRCS hook_test_intermidiate.cc)
1010 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 )
22
33if (WITH_ONNXRUNTIME AND WIN32 )
44 # Copy onnxruntime for some c++ test in Windows, since the test will
You can’t perform that action at this time.
0 commit comments