From 9eae086e392b90d1bc6ea81c9ed69b88bceb86df Mon Sep 17 00:00:00 2001 From: Xi Chen Date: Mon, 19 Mar 2018 10:45:46 -0700 Subject: [PATCH] add math_function to softmax's dep list --- paddle/fluid/operators/math/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paddle/fluid/operators/math/CMakeLists.txt b/paddle/fluid/operators/math/CMakeLists.txt index fba1612d10f..547d081006f 100644 --- a/paddle/fluid/operators/math/CMakeLists.txt +++ b/paddle/fluid/operators/math/CMakeLists.txt @@ -43,7 +43,7 @@ math_library(sequence2batch) math_library(sequence_padding) math_library(sequence_pooling DEPS math_function) math_library(sequence_scale) -math_library(softmax) +math_library(softmax DEPS math_function) math_library(unpooling) math_library(vol2col) -- GitLab