Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refine operators/math/CMakeLists.txt #8611

Closed
luotao1 opened this issue Feb 27, 2018 · 0 comments · Fixed by #8682
Closed

refine operators/math/CMakeLists.txt #8611

luotao1 opened this issue Feb 27, 2018 · 0 comments · Fixed by #8682

Comments

@luotao1
Copy link
Contributor

luotao1 commented Feb 27, 2018

We should refine operators/math/CMakeLists.txt. The reason is :

  • The cmake rule of CPU and GPU is separated now, which make users add two cmake rules. For examples, nv_library(pooling SRCS pooling.cc pooling.cu DEPS device_context) and cc_library(pooling SRCS pooling.cc DEPS device_context).

    Thus, we should write an automatic cmake rule and make users write op_math_library(pooling DEPS device_context) only.

@luotao1 luotao1 added the 预测 原名Inference,包含Capi预测问题等 label Feb 27, 2018
@luotao1 luotao1 removed the 预测 原名Inference,包含Capi预测问题等 label Mar 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant