Yancey1989
cd29714af0
fix py unit test executable
7 years ago
tensor-tang
8496eab45a
make mklml necessary when with_mkldnn
7 years ago
hedaoyuan
d94dd75e3b
Remove string, scripts and retain cuda.
8 years ago
hedaoyuan
ea4672bea0
Remove optimizer.
8 years ago
hedaoyuan
33299ef972
Remove cuda.
8 years ago
hedaoyuan
3c66b307f7
Remove the pserver, trainer, evaluators and some useless gradientmachines when compile mobile inference library.
8 years ago
Tao Luo
330e9929ec
Merge pull request #4310 from tensor-tang/vgg
...
enable VGG with MKLDNN layers
8 years ago
tensor-tang
f96d31d552
only link iomp when with MKLDNN and MKLML
8 years ago
Liu Yiqun
35dd981db0
Fix linking error on mac.
8 years ago
Liu Yiqun
7976876993
Add the finding of iOS's native vecLib.framework.
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
aeea8ab1c4
Remove the linking of train-related libraries when cross-compiling for Android and iOS.
...
Recover the mistakenly deleted WARPCTC variable in cmake.
8 years ago
liaogang
7a56d46a8a
Rename PROJ_ROOT to PADDLE_SOURCE_DIR and PROJ_BINARY_ROOT to PADDLE_BINARY_DIR
8 years ago
Yu Yang
a720d21dcd
Paddle always not use `virtualenv` to unit-test
...
* User must install Paddle python package before unittest.
* Or use docker to build Paddle
8 years ago
Yu Yang
329370e8ca
Merge branch 'develop' of github.com:baidu/Paddle into feature/fast_python_unittest
8 years ago
xuwei06
3c798828a9
SKip cpplint if source is not changed.
8 years ago
Yu Yang
359e79e543
Faster Python unittest
...
* Do not use `virtualenv` in Docker
* Split unittest into many target, make them parallel
8 years ago
dzhwinter
e148bc15b0
"remove unused tensor line"
8 years ago
Yu Yang
19127b479c
Fix bug in run_python_tests.sh
...
* Also, test_plot cannot run in MacOS because of matplotlib & ipython's
limit.
* Add missing dependency in setup.py.
* fix #2264
8 years ago
liaogang
724130258b
remove cmake python output
8 years ago
xuwei06
71c77cbed5
Use IPython 5.3 for unittest
8 years ago
xuwei06
6a7feb35e5
run python tests in virtualenv
...
When using system python, "pip install" needs root previlege. Using virtualenv to avoid this.
8 years ago
xuwei06
7e29901ab2
Avoid relink executables when cmake files are changed
...
In the original util.cmake. enable_virtualenv.c is always regenerated when cmake files are changed, which leads to the relinking of all the targets depends on paddle_utils.
8 years ago
Liu Yiqun
1b8564206f
Use native cross-compiling support for Android of cmake.
8 years ago
qiaolongfei
e8965288dd
Merge branch 'newnew_swig' of https://github.com/gangliao/Paddle into swig-compile
8 years ago
Luo Tao
7a81327c28
remove compile option "with_metric_learning"
8 years ago
liaogang
80c1679284
Fix cudart bugs before initMain
8 years ago
liaogang
bd1f6a7929
Fix swig on linux and clean cmake
8 years ago
liaogang
4d6aca4b33
Warpctc only support dynamic load
8 years ago
liaogang
934ba0bf39
Disable dynamic linked cuda libs default
8 years ago
Yu Yang
d41ac09090
Merge pull request #1017 from gangliao/external
...
Download, build, install External dependencies via cmake
8 years ago
liaogang
b090ce329a
Fix conflict with develop
8 years ago
liaogang
572d8254ea
Clean cmake
8 years ago
xutianbing
936b0ed118
add paddle_test_util static lib to simplify unit test.
8 years ago
hedaoyuan
97f41534e0
fix link order error
8 years ago
hedaoyuan
c37c8a19b5
remove gtest_main_library
8 years ago
hedaoyuan
6820b8f5f1
fix error when WITH_TESTING=OFF
8 years ago
liaogang
0b956711d9
Add external_project_dependencies for targets
8 years ago
liaogang
a02ec8c932
Refine CMakeLists
8 years ago
hedaoyuan
5fddd99e18
move TEST from test_matrixCompare.cpp to cross_map_normal_op_test.cpp
8 years ago
hedaoyuan
558e86927c
add CMakeLists
8 years ago
liaogang
ae174b33c0
Remove WITH_GLOG and WITH_GFLAGS in cmake
8 years ago
xuwei06
aff8a0f12c
Fix enable_virtualenv
...
The resource "unsigned char[]" array generated by create_source needs to have 0 ending as a valid C string to be used in PythonUtil.cpp initPython()
Change-Id: I5e214606ed9102f37813ea3f07565dc10a9c015e
8 years ago
Liu Yiqun
4d487c6f35
Integrate warp-ctc as WarpCTCLayer, including unitest and layer interface.
8 years ago
hedaoyuan
125c19a3c3
fix some nvcc compile options ( #392 )
8 years ago
backyes
744dba4abd
add rdma cmake support ( #284 )
...
* add rdma cmake support
* move rdma related code to rdma.cmake
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
liaogang
8ddc5faac1
Update Mac OS X port
...
* follow comments to fix bugs
9 years ago
liaogang
9795e01639
Merge remote-tracking branch 'upstream/master'
9 years ago
Yu Yang
494f5a836b
Add findZLIB in cmake
...
* Also fix a bug, we should link -ldl at last
9 years ago