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 7953ad6 commit 6c59f94Copy full SHA for 6c59f94
paddle/operators/CMakeLists.txt
@@ -7,7 +7,7 @@ function(op_library TARGET)
7
set(OP_LIBRARY ${TARGET} ${OP_LIBRARY} PARENT_SCOPE)
8
set(cc_srcs)
9
set(cu_srcs)
10
- set(op_common_deps operator op_registry)
+ set(op_common_deps operator op_registry math_function)
11
set(options "")
12
set(oneValueArgs "")
13
set(multiValueArgs SRCS DEPS)
0 commit comments