Tao Luo
ef28f66f86
Merge pull request #2940 from tensor-tang/develop
...
enable Intel MKLDNN library and Intel MKL small package
8 years ago
tensor-tang
19c465bb5b
as aligned, defualt set mkldnn and mklml OFF
8 years ago
tensor-tang
95ce961cef
fix permission issue
8 years ago
tensor-tang
1cf50574c3
defualt disable mkldnn and mklml
8 years ago
tensor-tang
a7e23a4cc2
fix link error static to shared
8 years ago
tensor-tang
577bb4e346
rename mkllite to mklml
8 years ago
tensor-tang
f490d94210
separate MKL_LITE from MKLDNN
8 years ago
wanghaoshuang
676b76da4a
fix cmake
8 years ago
wanghaoshuang
60a788933b
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into crop_layer
8 years ago
wanghaoshuang
3e7819c276
1. Reading image shape from input data instead of image_config
...
2. Add crop layer unitest
3. Fix bugs
8 years ago
tensor-tang
89a4158038
enable MKLDNN library and MKL small package
8 years ago
hedaoyuan
f146b03b44
Merge pull request #2824 from hedaoyuan/fix_nnpack
...
Fix some link errors about NNPACK.
8 years ago
hedaoyuan
90cf44d79a
Merge pull request #2816 from hedaoyuan/armv8
...
Compile for armv8.
8 years ago
Helin Wang
e4be077ffa
Add go testing into cmake and fix libpaddle_go_optimizer.a link path
8 years ago
hedaoyuan
ea3a1df18b
Fix some compilation errors in some Android environments.
8 years ago
hedaoyuan
06748210d4
Fix some link errors about NNPACK.
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
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