xuwei06
f7fa9f6725
Fix paddle build when it's a subdirectory of another project
8 years ago
Qiao Longfei
9045063b53
pserver etcd client ( #2559 )
...
* init etcd cclient
* add etcd
* add etcd.go
* fix compile problem
* move code to etcd.go
* add etcd_lister.go for pserver client
* add etcd_client_test.go
* merge etcd_client_test and client_test
* refine client_test.go
* refine code
* format code
* add TODO and use interface instead of struct
* fix typo of initDesiredPservers
* optimize dir structure of go/pserver/client
* add a flag to config index for pserver
* follow comment
* fix path
* optimize code
* remove err in pserver NewEtcd
* restore comment about /ps_desired
8 years ago
wuyi05
eefcfed337
fix ci error
8 years ago
yi.wu
9c853c269d
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into cmake_go_vendor
8 years ago
hedaoyuan
84c3523c5a
Merge pull request #2625 from hedaoyuan/nnpack_lib
...
NNPACKConvFunction
8 years ago
Helin Wang
38790c1c21
fix according to comment
8 years ago
Helin Wang
59cf5e7796
Fix Go cmake
8 years ago
Yi Wang
2d840ea345
Merge pull request #2596 from wangkuiyi/memory_cpu_allocator
...
Memory CPU allocator
8 years ago
hedaoyuan
7062be0fbd
Add cmake for compile NNPACKConvOp.cpp.
8 years ago
liaogang
dd08d337c0
FIX: fix cmake type error
8 years ago
wuyi05
155e40ef26
using glide for go package vendor
8 years ago
qijun
ab91232cf6
add cmake external project for eigen
8 years ago
Yi Wang
f403096aa4
Move directory third_party into /build
8 years ago
Yi Wang
db128c4586
Pass cpu_allocator_test
8 years ago
qiaolongfei
9e13b68f01
refine code
8 years ago
qiaolongfei
d9aac1e13d
add WITH_Go to disable compile go to paddle
8 years ago
Helin Wang
8742441fc0
integrate master Python lib with cmake
8 years ago
qiaolongfei
99dc60642d
new parameterupdater use paddle pserver cclient of go
8 years ago
liaogang
4dcb9f1ca1
add go_xxx to simplify cmake
8 years ago
Liu Yiqun
01bee86df5
Merge branch 'develop' into cmake_protobuf
8 years ago
Liu Yiqun
d7d2a4f700
Add cross-compiling toolchain for Android.
8 years ago
xuwei06
1a2ff73b58
Change PROJ_ROOT in CMakeList.txt to use CMAKE_CURRENT_SOURCE_DIR
8 years ago
Yu Yang
18a3588b24
Merge branch 'develop' of github.com:baidu/Paddle into feature/c_api
8 years ago
Yiqun Liu
d324ed7fff
Merge pull request #1698 from Xreki/build_arm
...
Add cross-compiling support for arm architecture.
8 years ago
Yu Yang
c85ac61ad0
Using linb::any/std::any instead of FunctionConfig
8 years ago
Liu Yiqun
844eedd5f3
Add the check of Android API level which must not be lower than 21.
8 years ago
Liu Yiqun
1b8564206f
Use native cross-compiling support for Android of cmake.
8 years ago
Yu Yang
9c1c19b6d0
Merge branch 'develop' of github.com:baidu/Paddle into feature/c_api
8 years ago
Liu Yiqun
38fa74edaa
Fix cmake error of failing to find UINT64_MAX.
8 years ago
Liu Yiqun
f261dc6a8b
Merge branch 'develop' into build_arm
8 years ago
qiaolongfei
e8965288dd
Merge branch 'newnew_swig' of https://github.com/gangliao/Paddle into swig-compile
8 years ago
Liu Yiqun
ccd3d0a42b
Modify cmake for cross-compiling on arm architecture.
8 years ago
Yu Yang
88c3862378
Merge branch 'develop' of github.com:baidu/Paddle into feature/c_api
8 years ago
gangliao
5d28da4399
Merge pull request #1144 from gangliao/dso
...
Enable cuda dynamic link libs
8 years ago
liaogang
dc251c017b
Enable cuda dynamic link libs
8 years ago
liaogang
29f9c0d12f
Follow yuyang's comment
8 years ago
Yu Yang
005ac1f849
Add warning message
8 years ago
Yu Yang
fe8d5ff39f
Add WITH_C_API option
8 years ago
liaogang
d44f5e931a
Resolving circular dependences in linux
8 years ago
liaogang
bd1f6a7929
Fix swig on linux and clean cmake
8 years ago
Yu Yang
f30c25fe2d
Add THIRD_PARTY_PATH
8 years ago
liaogang
203db079f5
Merge confict with another PR
8 years ago
liaogang
934ba0bf39
Disable dynamic linked cuda libs default
8 years ago
liaogang
5788a879d4
Polish cmake configuration
8 years ago
liaogang
572d8254ea
Clean cmake
8 years ago
liaogang
aee0857838
Clean Travis ci and fix bug
8 years ago
liaogang
a02ec8c932
Refine CMakeLists
8 years ago
liaogang
3d0e73bd32
Remove custom glog-like and gflags-like macros
8 years ago
liaogang
5848288142
Integrate doc en/cn into single doc
8 years ago
FoREacH
3adfdf0c58
Fix nvcc stray character Issue #760
8 years ago
liaogang
613d7c812b
Fix conflicts with develop branch
8 years ago
liaogang
4453d76759
Upgrade cuda minimum version to 7.0
8 years ago
liaogang
26b2996b0a
Upgrade compiler‘s minimum version
...
* for modern language properties
8 years ago
Liu Yiqun
7bb7fed833
Simplify the CMakelist.txt and fix typos.
8 years ago
Liu Yiqun
46ef2bc694
Merge branch 'develop' into warpctc
8 years ago
Liu Yiqun
25f1fbc491
Merge branch 'develop' into warpctc
8 years ago
Yu Yang
a514eb395a
Refine cmake get version routine
8 years ago
Yi Wang
08148beebf
Use short Git commit id as the version in wheel filename if there is no Git tag
8 years ago
Yi Wang
20b416d256
Resolve conflict from git pull upstream develop
8 years ago
Liu Yiqun
5a97c98d6c
Merge branch 'develop' into warpctc
8 years ago
Yu Yang
1eb9c36fd2
Make ApproximatelyEquals fit for protobuf2
8 years ago
qingqing01
31e57175d9
Merge pull request #655 from PaddlePaddle/release/v0.9.0
...
Release/v0.9.0
8 years ago
Liu Yiqun
4d487c6f35
Integrate warp-ctc as WarpCTCLayer, including unitest and layer interface.
8 years ago
Yi Wang
4e2071f47e
Make cmake derive Paddle version from Git tag or Git commit ID
8 years ago
Yu Yang
341688b583
Bumping up version number
8 years ago
liaogang
e488001675
Merge conflict with hl_cuda_device.cc
9 years ago
liaogang
2c84c1ecfb
Add profiler object and update docs
9 years ago
liaogang
76a41f3147
Keep libcudart.so link in binary
9 years ago
Yu Yang
243a9a0c81
Bumping up version number to v0.9.0a0
9 years ago
gangliao
14ba68f963
Update FindAVX.cmake ( #404 )
...
* make AVX_FOUND is default value to WITH AVX
* let AVX_FLAG always keep -mavx flag since compiler can build binary with -mavx even CPU does not support avx.
9 years ago
hedaoyuan
125c19a3c3
fix some nvcc compile options ( #392 )
9 years ago
backyes
93e4d0cce6
using find_package for swig ( #334 )
9 years ago
backyes
744dba4abd
add rdma cmake support ( #284 )
...
* add rdma cmake support
* move rdma related code to rdma.cmake
9 years ago
gangliao
3e2dc77cc7
Add code coverage and coveralls ( #296 )
9 years ago
backyes
12945b2c90
Add glog header path to include ( #295 )
9 years ago
emailweixu
cbe734b396
Python trainer api ( #193 )
...
* Python trainer API and demo
* Adding missing PaddleAPIPrivate.h
* Adding api_train.sh
* More comments
* Bump up patch version to 0b3
9 years ago
Yu Yang
2f82d72ede
Fix bug in yield dictionary in DataProvider. ( #197 )
...
* Fix bug in yield dictionary in DataProvider.
* Also make virtualenv work in Paddle.
9 years ago
gangliao
c13bdb15cd
remove redundant HPPL_TYPE_DOUBLE ( #200 )
9 years ago
QiJune
86bb5ef169
Read git sha1 when building Paddle, and add it to PADDLE_VERSION macro
...
* save the model file including git sha1
9 years ago
gangliao
90234791f4
Add automatic check AVX in CMake ( #145 )
...
* Add automatic check AVX in CMake
* Revise table format and some words in build docs
9 years ago
Yu Yang
90b9cba7fe
Add min_pool_size, Add default value of should_shuffle ( #70 )
...
* min_pool_size would be infinite by default.
* add unittest for min_pool_size
* Fix bug in can_over_batch_size
* add unittest for can_over_batch_size
* Add DEFINE_PROVIDER_EX
* Add default value of should_shuffle
* When training, the default value of should_shuffle is True.
* When testing, the default value of should_shuffle is False.
* User a set a provider should_shuffle or not by pass it to `@provider`
* should_shuffle can handle a list of value, not just boolean
* Add input order mapping by using name
* Add unittest
* Add check to check input format.
* Default is close for speed reason.
* User could stop train when check error, or continue train without
this train sample.
* use deque instead of vector in generators pool, make erase
generator faster.
* Add chinese/english documentation
* Make should shuffle = false in unittest
* Add python files to depends.
9 years ago
Yu Yang
494f5a836b
Add findZLIB in cmake
...
* Also fix a bug, we should link -ldl at last
9 years ago
liuyuan04
721b09eee6
Update Jumbo package to 0.8.0b0.
...
Change-Id: I0b8608feab8f6be5094e8981fc5f65cb401ed415
9 years ago
Yu Yang
daaf5a42ec
Add travis support to PaddlePaddle
9 years ago
liaogang
7f3db06e64
fix some words in CMAKE
...
ISSUE=4587205
git-svn-id: https://svn.baidu.com/idl/trunk/paddle@1414 1ad973e4-5ce8-4261-8a94-b56d1f490c56
9 years ago
liuyuan04
4b7b99be9f
delete option for building doc_cn, all docs controlled by WITH_DOC
...
ISSUE=4587443
git-svn-id: https://svn.baidu.com/idl/trunk/paddle@1412 1ad973e4-5ce8-4261-8a94-b56d1f490c56
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