File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
paddle/fluid/operators/math Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ function(math_library TARGET)
6
6
# But it handle split GPU/CPU code and link some common library.
7
7
set (cc_srcs )
8
8
set (cu_srcs )
9
- set (math_common_deps device_context )
9
+ set (math_common_deps device_context framework_proto )
10
10
set (multiValueArgs DEPS )
11
11
cmake_parse_arguments (math_library "${options} " "${oneValueArgs} "
12
12
"${multiValueArgs} " ${ARGN} )
@@ -35,7 +35,7 @@ math_library(depthwise_conv)
35
35
math_library (gru_compute DEPS activation_functions math_function )
36
36
math_library (im2col )
37
37
math_library (lstm_compute DEPS activation_functions )
38
- math_library (math_function DEPS cblas framework_proto )
38
+ math_library (math_function DEPS cblas )
39
39
math_library (maxouting )
40
40
math_library (pooling )
41
41
math_library (selected_rows_functor DEPS selected_rows )
You can’t perform that action at this time.
0 commit comments