Skip to content

Commit 0ede2a7

Browse files
committed
Fix CI Compile
1 parent f651cef commit 0ede2a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paddle/framework/backward_test.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
#include "paddle/framework/var_desc.h"
2222
#include "paddle/operators/net_op.h"
2323

24-
USE_OP(fill_constant);
24+
USE_NO_KERNEL_OP(fill_constant);
2525

2626
namespace paddle {
2727
namespace framework {

0 commit comments

Comments
 (0)