We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50ce815 commit 2e4fa42Copy full SHA for 2e4fa42
paddle/fluid/framework/new_executor/instruction/CMakeLists.txt
@@ -13,9 +13,12 @@ cc_library(
13
builtin_combine_instruction.cc
14
instruction_util.cc
15
DEPS framework_proto)
16
+
17
+add_dependencies(instruction_base xxhash framework_proto)
18
if(WITH_MKLDNN)
19
add_dependencies(instruction_base mkldnn)
20
endif()
21
22
if(WITH_CINN AND NOT CINN_ONLY)
23
cc_library(
24
cinn_jit_instruction NOT_FOR_INFER
0 commit comments