Skip to content

Commit

Permalink
fix cmake dependence error (#37304)
Browse files Browse the repository at this point in the history
  • Loading branch information
LiYuRio authored Nov 19, 2021
1 parent d772a9a commit 6653ac5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paddle/fluid/operators/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ if(WITH_UNITY_BUILD)
include(unity_build_rule.cmake)
endif()

set(OP_HEADER_DEPS ${OP_HEADER_DEPS} pten)
set(OP_HEADER_DEPS ${OP_HEADER_DEPS} pten pten_api_utils)

register_operators(EXCLUDES py_layer_op py_func_op warpctc_op dgc_op load_combine_op lstm_op run_program_op eye_op
recurrent_op save_combine_op sparse_attention_op sync_batch_norm_op spectral_op cinn_launch_op ${OP_MKL_DEPS} DEPS ${OP_HEADER_DEPS})
Expand Down

0 comments on commit 6653ac5

Please sign in to comment.