Skip to content

Commit 0e30fae

Browse files
authored
Merge pull request #9219 from putcn/fix-softmax-dep
add math_function to softmax's dep list
2 parents 8891c8b + 9eae086 commit 0e30fae

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
@@ -43,7 +43,7 @@ math_library(sequence2batch)
4343
math_library(sequence_padding)
4444
math_library(sequence_pooling DEPS math_function)
4545
math_library(sequence_scale)
46-
math_library(softmax)
46+
math_library(softmax DEPS math_function)
4747
math_library(unpooling)
4848
math_library(vol2col)
4949

0 commit comments

Comments
 (0)