Skip to content

Commit a448fbe

Browse files
authored
Merge pull request #9134 from putcn/fix-selected-row-dep
add math_function to selected_rows_functor dependency list
2 parents 20be8e7 + d20c6eb commit a448fbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paddle/fluid/operators/math/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ math_library(lstm_compute DEPS activation_functions)
3838
math_library(math_function DEPS cblas)
3939
math_library(maxouting)
4040
math_library(pooling)
41-
math_library(selected_rows_functor DEPS selected_rows)
41+
math_library(selected_rows_functor DEPS selected_rows math_function)
4242
math_library(sequence2batch)
4343
math_library(sequence_padding)
4444
math_library(sequence_pooling DEPS math_function)

0 commit comments

Comments
 (0)