Yiqun Liu
e90e7ab237
Remove the use of ARCHIVE_START/END ( #9844 )
...
* Add USE_OP of all operators and kernels and remove ARCHIVE_START/END in CMakeLists.txt of inference unittests.
* Remove ARCHIVE_START/END when linking inference shared library.
* Disable some fluid related cmake operations for cross-compiling.
7 years ago
Tao Luo
9bbd753425
change WITH_FLUID to WITH_FLUID_ONLY ( #9427 )
7 years ago
Luo Tao
76e1c6af9f
enable WITH_FLUID option
7 years ago
Tao Luo
b56f4a4ee2
move code from /paddle/string to /paddle/fluid/string ( #8363 )
7 years ago
Yi Wang
90648f336d
Move file to fluid/; Edit CMakeLists.txt
7 years ago
dangqingqing
e7700640e6
Remove Boost finding in CMake.
7 years ago
Liu Yiqun
9b3f2c39f2
Add a simple example for fluid to do inference in C++ code.
7 years ago
hedaoyuan
d94dd75e3b
Remove string, scripts and retain cuda.
8 years ago
hedaoyuan
3c66b307f7
Remove the pserver, trainer, evaluators and some useless gradientmachines when compile mobile inference library.
8 years ago
Liu Yiqun
fb93a8be27
Add paddle_pserver back to c-api library, because it is used in Evaluator.h.
8 years ago
Liu Yiqun
0cb3906d5c
Merge branch 'develop' into build_ios
8 years ago
Liu Yiqun
fb38e6620e
Seperate the codes that cannot and don't need to build for iOS devices.
8 years ago
dangqingqing
bfcaf880d0
Move pybind from package paddle/framework into paddle/pybind.
8 years ago
武毅
36ac89b9c4
Put everything in paddle python wheel package enable pip install paddle ( #3102 )
...
* put everything in paddle wheel
* update
* update
* fix unitest
* with platform specs
8 years ago
Yu Yang
3fc68f6f14
Move pybind.cc/tensor_bind.h to paddle::framework
...
Fix #3171
8 years ago
Yu Yang
79b70c2d69
Follow comments
...
* Convert `op` --> `operators`
* Remove AddType in OpProtoMaker, because type is part of registry.
* Rename CPU_OR_GPU --> DEVICE_TYPE in registry macro.
8 years ago
Yu Yang
a0aaafe9de
Add a sample op, `add_op`
...
* Refine register methods, make Op can get rid of whole-archieve
* `USE_OP` before a op is used.
* Add unittest for add_op.
8 years ago
Helin Wang
e4be077ffa
Add go testing into cmake and fix libpaddle_go_optimizer.a link path
8 years ago
Yu Yang
27b196ba6d
Expose paddle.framework by pybind11 ( #2793 )
...
* Expose paddle.framework by pybind11
* Export paddle.framework.{Scope, Variable} to paddle.v2.framework.core.
* See python/paddle/v2/framework/tests/test_scope.py for Python usage
* See paddle/pybind/pybind.cc for C++ bind code.
* add copyright
8 years ago
Yi Wang
ea1d3acfb4
Rename string/stringpiece* into string/piece
8 years ago
liaogang
dd08d337c0
FIX: fix cmake type error
8 years ago
Yi Wang
84d1c734ca
add paddle/memory/detail/cpu_allocator*
8 years ago
liaogang
899035dcb9
FIX: Add boost inc dir
8 years ago
gangliao
1e6f65503b
Merge pull request #2513 from wangkuiyi/platform
...
Move paddle/majel/* to paddle/{platform,framework/*
8 years ago
Yi Wang
599b57af83
Check boost for new code, as it uses boost::variant
8 years ago
Yi Wang
8913aff194
Make paddle/framework buildable and passed
8 years ago
Yi Wang
9b5fb27647
Make place_test buildable and passed.
8 years ago
dzhwinter
baef96e1da
Merge branch 'develop' into optimizer_lib2
8 years ago
Yi Wang
c06c6789db
Add stringpiece module
8 years ago
dzhwinter
3158efe950
"move cmake scripts too"
8 years ago
Helin Wang
cab5076860
do not include paddle/go into cmake yet.
8 years ago
liaogang
a7edafc4bf
add cc_test
8 years ago
liaogang
e254c7a799
add go unit test
8 years ago
Yi Wang
f5dd9950bb
Have to capitalize Boost in find_package
8 years ago
liaogang
b0f070e013
add cmake for majel
8 years ago
Yu Yang
18a3588b24
Merge branch 'develop' of github.com:baidu/Paddle into feature/c_api
8 years ago
qiaolongfei
49cc06285f
remove WITH_PREDICT_SDK
8 years ago
Yu Yang
fe8d5ff39f
Add WITH_C_API option
8 years ago
Yu Yang
fbb1b0e464
Start Doing C-API for predict.
8 years ago
hedaoyuan
918c1ed1c0
move TestMain.cpp to testing
8 years ago
hedaoyuan
558e86927c
add CMakeLists
8 years ago
Yu Yang
836d61382f
Update pre-commit-config
...
* Check all files by pre commit hooks
8 years ago
liuyuan04
721b09eee6
Update Jumbo package to 0.8.0b0.
...
Change-Id: I0b8608feab8f6be5094e8981fc5f65cb401ed415
9 years ago
zhangjinchao01
b72beee4f0
fix dash and space bug,
...
ISSUE=4586495
git-svn-id: https://svn.baidu.com/idl/trunk/paddle@1408 1ad973e4-5ce8-4261-8a94-b56d1f490c56
9 years ago