Skip to content

Commit 2e4fa42

Browse files
authored
[ci bug]fix compile bug (#60207)
* fix compile bug * fix compile bug,test=document_fix
1 parent 50ce815 commit 2e4fa42

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

paddle/fluid/framework/new_executor/instruction/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,12 @@ cc_library(
1313
builtin_combine_instruction.cc
1414
instruction_util.cc
1515
DEPS framework_proto)
16+
17+
add_dependencies(instruction_base xxhash framework_proto)
1618
if(WITH_MKLDNN)
1719
add_dependencies(instruction_base mkldnn)
1820
endif()
21+
1922
if(WITH_CINN AND NOT CINN_ONLY)
2023
cc_library(
2124
cinn_jit_instruction NOT_FOR_INFER

0 commit comments

Comments
 (0)