提交 8f8a4768 编写于 作者: D Darcy 提交者: Kexin Zhao

adding device_context to blas deps list (#10420)

* adding operator to blas deps list

* use device_context instead to solve cycle deps
上级 a28dffbb
......@@ -41,7 +41,7 @@ math_library(depthwise_conv)
math_library(gru_compute DEPS activation_functions math_function)
math_library(im2col)
math_library(lstm_compute DEPS activation_functions)
cc_library(blas SRCS blas.cc DEPS cblas framework_proto)
cc_library(blas SRCS blas.cc DEPS cblas framework_proto device_context)
math_library(math_function DEPS blas)
math_library(maxouting)
math_library(pooling)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册