We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a28dffb commit 8f8a476Copy full SHA for 8f8a476
paddle/fluid/operators/math/CMakeLists.txt
@@ -41,7 +41,7 @@ math_library(depthwise_conv)
41
math_library(gru_compute DEPS activation_functions math_function)
42
math_library(im2col)
43
math_library(lstm_compute DEPS activation_functions)
44
-cc_library(blas SRCS blas.cc DEPS cblas framework_proto)
+cc_library(blas SRCS blas.cc DEPS cblas framework_proto device_context)
45
math_library(math_function DEPS blas)
46
math_library(maxouting)
47
math_library(pooling)
0 commit comments