Skip to content

Commit 8f8a476

Browse files
putcnkexinzhao
authored andcommitted
adding device_context to blas deps list (#10420)
* adding operator to blas deps list * use device_context instead to solve cycle deps
1 parent a28dffb commit 8f8a476

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
@@ -41,7 +41,7 @@ math_library(depthwise_conv)
4141
math_library(gru_compute DEPS activation_functions math_function)
4242
math_library(im2col)
4343
math_library(lstm_compute DEPS activation_functions)
44-
cc_library(blas SRCS blas.cc DEPS cblas framework_proto)
44+
cc_library(blas SRCS blas.cc DEPS cblas framework_proto device_context)
4545
math_library(math_function DEPS blas)
4646
math_library(maxouting)
4747
math_library(pooling)

0 commit comments

Comments
 (0)