Liu Yiqun
|
9b3f2c39f2
|
Add a simple example for fluid to do inference in C++ code.
|
7 years ago |
Yang Yu
|
cd357aa0f0
|
Set RelWithDebInfo flags
|
7 years ago |
Luo Tao
|
34b9294052
|
add version and path for both CXX and C compiler
|
7 years ago |
Luo Tao
|
cfe6d694dd
|
message cxx compiler version
|
7 years ago |
kexinzhao
|
1d1555e2e5
|
Merge pull request #5716 from kexinzhao/float16
Add half precision float16 data type
|
7 years ago |
Abhinav Arora
|
3ca8a8ea4f
|
Changing RelWithDebInfo flags (#6193)
|
7 years ago |
Tao Luo
|
fb919382cc
|
Merge pull request #6088 from Xreki/fix_capi_build_with_python
Fix the compiling error when seting WITH_C_API=ON and WITH_PYTHON=ON.
|
7 years ago |
武毅
|
067381e2e2
|
Merge pull request #6146 from typhoonzero/add_switch_distributed
Add switch for distributed support
|
7 years ago |
Yiqun Liu
|
7480291c62
|
Add version and commit information in capi config.h and use unofficial glog for Android API < 21. (#6113)
* Automatically configure the version and commit information in capi.
* Use the unofficial glog repository for building for Android (API < 21).
|
7 years ago |
typhoonzero
|
1a852861b2
|
add switch for distributed support
|
7 years ago |
Liu Yiqun
|
5fc88244b5
|
Fix the compiling error when seting WITH_C_API=ON and WITH_PYTHON=ON.
|
7 years ago |
Kexin Zhao
|
4901184ee9
|
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into float16
|
7 years ago |
Kexin Zhao
|
41bd1f9115
|
fix gpu test, clean code and add cmake
|
7 years ago |
武毅
|
0a8a86e0c9
|
Send recv op (#5520)
* WIP send recv op
* WIP send recv
* put grpc impl in details
* put grpc impl in details
* update wip
* update proto
* update proto
* update proto
* clean cmake
* wip on op implementations
* wip on op implementations
* compile ok adding ut
* wip unitest
* add extern cares for linking
* wip add ut
* working version send recv
* revert optimizer.py
* update test cmake
* add libtool to dockerfile
* update cmake dependency
* update cmake depends
* update cmake grpc depends
* fix cmake dependency
* fix compile error
* fix compile
* follow comments
* update
* update copyfrom
|
7 years ago |
Luo Tao
|
bf5f94a3ca
|
fix compiler error in "WITH_MKL"
|
7 years ago |
Tao Luo
|
2e7ffbd1ea
|
Merge pull request #5741 from tensor-tang/refine
change message level from warning to status, and fix hard number in paddle version
|
7 years ago |
tensor-tang
|
18f1f53555
|
change message level from warning to status, and fix hard number in version
|
7 years ago |
dangqingqing
|
94e86897fa
|
update code and fix conflicts.
|
7 years ago |
tensor-tang
|
363f690d79
|
expose only one WITH_MKL to user, covering WITH_MKLDNN and WITH_MKLML
|
7 years ago |
tensor-tang
|
8496eab45a
|
make mklml necessary when with_mkldnn
|
7 years ago |
dangqingqing
|
3d080f3ad5
|
Refine cmake about CUDA to automatically detect GPU arch by default.
1. Automatically detect GPU arch by default.
2. Specify -DCUDA_ARCH_NAME=All when releasing PaddlePaddle new version
|
7 years ago |
Yiqun Liu
|
bba6223598
|
Enable the build for iOS simulator. (#5211)
|
7 years ago |
Yu Yang
|
94e741d6f0
|
Use external project for NCCL (#5028)
|
8 years ago |
Yu Yang
|
43c6ff212e
|
Feature/nccl dso (#5001)
* "add nccl enforce"
* Dev
* Update comment
* Add nccl test
* Follow comments
|
8 years ago |
hedaoyuan
|
773d064ae0
|
Use MinSizeRel compile third_party library when build for mobile inference.
|
8 years ago |
hedaoyuan
|
adad8d9ed2
|
Open WITH_TESTING option.
|
8 years ago |
hedaoyuan
|
6627801a58
|
Follow comments.
|
8 years ago |
hedaoyuan
|
ea4672bea0
|
Remove optimizer.
|
8 years ago |
hedaoyuan
|
3c66b307f7
|
Remove the pserver, trainer, evaluators and some useless gradientmachines when compile mobile inference library.
|
8 years ago |
hedaoyuan
|
d7a2290594
|
Bug fix.
|
8 years ago |
Liu Yiqun
|
26e9ab476b
|
Fix if-statement error in CMakeLists.txt and remove build_ios task from travis.
|
8 years ago |
Liu Yiqun
|
76338fb6a7
|
Merge branch 'develop' into build_ios
|
8 years ago |
Liu Yiqun
|
b75123b56f
|
Add TODO comment about the support of glog for Android api 16 ~ 19.
|
8 years ago |
Liu Yiqun
|
b4d710ce12
|
Merge branch 'develop' into build_ios
|
8 years ago |
Liu Yiqun
|
b51ba53a55
|
Write the building and the lastest commit into a BUILD.txt in install phase.
|
8 years ago |
hedaoyuan
|
4966174608
|
Fix android-16 compile.
|
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
|
d57ffc4557
|
Deliver the cross-compilng platform-specific args to external libraries.
|
8 years ago |
Liu Yiqun
|
0cb3906d5c
|
Merge branch 'develop' into build_ios
|
8 years ago |
Liu Yiqun
|
473161f919
|
Merge branch 'ios_cross_compile' into build_ios
|
8 years ago |
Liu Yiqun
|
224f8b06f4
|
Support building for multiple architecures at one time.
|
8 years ago |
Liu Yiqun
|
fb38e6620e
|
Seperate the codes that cannot and don't need to build for iOS devices.
|
8 years ago |
zlx
|
11cb75f8bb
|
add the ios cross compile
|
8 years ago |
hedaoyuan
|
a683a56f69
|
Merge pull request #3549 from hedaoyuan/convolution
Use EigenBlasGemm improve convolution computing performance in ARMv7 environment.
|
8 years ago |
haonanyu
|
a107181bea
|
fix EXTERNAL_LIBS in CMakeLists.txt
|
8 years ago |
hedaoyuan
|
adcca2cc06
|
Add PADDLE_USE_EIGEN_FOR_BLAS macro.
|
8 years ago |
tensor-tang
|
c7372256f2
|
open MKLDNN and MKLML as default
|
8 years ago |
Yiqun Liu
|
2e87d747bd
|
Merge pull request #3337 from tensor-tang/merge
Enable mkldnn_fc for general format
|
8 years ago |
Yi Wang
|
2ca13944b6
|
Merge pull request #3378 from gangliao/proj_name
Rename PROJ_ROOT to PADDLE_SOURCE_DIR and PROJ_BINARY_ROOT to PADDLE_…
|
8 years ago |
gangliao
|
be473a62eb
|
Merge pull request #3357 from jacquesqiao/python-test
support python test without installation python package
|
8 years ago |