Commit Graph

137 Commits (a30d53b79267ba1f1801de214898b015dbd5ae2a)

Author SHA1 Message Date
hedaoyuan 773d064ae0 Use MinSizeRel compile third_party library when build for mobile inference.
7 years ago
hedaoyuan adad8d9ed2 Open WITH_TESTING option.
7 years ago
hedaoyuan 6627801a58 Follow comments.
7 years ago
hedaoyuan ea4672bea0 Remove optimizer.
7 years ago
hedaoyuan 3c66b307f7 Remove the pserver, trainer, evaluators and some useless gradientmachines when compile mobile inference library.
7 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
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
8 years ago
Yi Wang 2ca13944b6 Merge pull request #3378 from gangliao/proj_name
8 years ago
gangliao be473a62eb Merge pull request #3357 from jacquesqiao/python-test
8 years ago
Luo Tao d111815c32 turn off with_mklml and with_mkldnn to fix ImportError of libmklml_intel.so
8 years ago
qiaolongfei c304e02813 fix py_padde test
8 years ago
liaogang 7a56d46a8a Rename PROJ_ROOT to PADDLE_SOURCE_DIR and PROJ_BINARY_ROOT to PADDLE_BINARY_DIR
8 years ago
tensor-tang 94b172a7e8 fix mkldnn lib bug, and mkldnnbase
8 years ago
tensor-tang 2334a17203 enable MKLDNN and MKLML for unit test
8 years ago
Yi Wang 4b41a28d64 Disable MKL and OpenMP by default
8 years ago
tensor-tang 4dd89e8752 change default option for MKLDNN and MKLML
8 years ago
Tao Luo ef28f66f86 Merge pull request #2940 from tensor-tang/develop
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
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
8 years ago
hedaoyuan 90cf44d79a Merge pull request #2816 from hedaoyuan/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)
8 years ago