hedaoyuan
4966174608
Fix android-16 compile.
8 years ago
tensor-tang
e08651f9b5
remove flag use_mkldnn_wgt
8 years ago
Yiqun Liu
2e87d747bd
Merge pull request #3337 from tensor-tang/merge
...
Enable mkldnn_fc for general format
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
6373291c77
add test case use_mkldnn_wgt
8 years ago
tensor-tang
3c3a11a0dc
add use_mkldnn flag
8 years ago
Yu Yang
f4e57b4b28
Fix bug in SequenceSoftmax
...
Also remove operator bool in Error. The Error should be removed
later because it is not necessary for Paddle. We are now using Enforce
to handle error.
8 years ago
liaogang
569f7e83a6
FIX: cppint code style
8 years ago
Yu Yang
5eb8bf0324
Correct GLOG CHECK in Paddle
...
Use CHECK instead of PCHECK, because PCHECK is used for errno.
8 years ago
Yu Yang
1ecddd8174
Remove buggy BarrierStat
...
The implementation of BarrierStat is buggy, and it is not necessary
for Paddle to diagnose which node in cluster is slow.
8 years ago
Yu Yang
c8e56d31f2
Merge pull request #2653 from reyoung/feature/protobuf_lib
...
Add pb_cc_library in generic.cmake
8 years ago
Yu Yang
64b78b1656
Fix TravisCI
8 years ago
Yu Yang
b1a311c44d
Add pb_cc_library in generic.cmake
...
Fix #2567
8 years ago
Yu Yang
9ad846ecee
Remove must_check in paddle::platform
8 years ago
Yu Yang
d76d2febbf
Adding platform/must_check.h
...
__must_check is a macro mark of function return value. It let developer
must check the return value is legal or not.
8 years ago
xuwei06
3438d650ed
Fix bugs for rnn generation
...
1. v2.layer.parse_network does not correctly handle the generation output.
2. GatherAgentLayer does not correctly handle generation output when batch_size > 1
3. Fix CustomStackTrace for rnn group
8 years ago
Liu Yiqun
07ac67ec7c
Support native build on NVIDIA DRIVE PX2 (arm64 + GPU).
8 years ago
Yu Yang
ff8d261777
Fix baidu gcc toolchain compile
8 years ago
Yi Wang
0fdbd40fdc
Merge pull request #1835 from hedaoyuan/raspberrypi
...
Fix compile on raspberry pi
8 years ago
luotao02
df00e2928d
follow comments
8 years ago
luotao02
3f347ef539
fix error cmake infomation
8 years ago
liaogang
e094e095b5
change to lapacke
8 years ago
Yu Yang
6cee228508
Merge pull request #1996 from emailweixu/avoid-relinking
...
Avoid relink executables when cmake files are changed
8 years ago
xuwei06
b2f14e496f
Fix dynamic loading of Lapack caused by #1958
...
This only fixes the issue for ATLAS
MKL is still another fix.
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
hedaoyuan
98e103366b
Merge branch 'develop' of https://github.com/baidu/Paddle into raspberrypi
8 years ago
liaogang
6237f6f57a
revert clang-format
8 years ago
liaogang
f27fd9dc28
follow comments
8 years ago
liaogang
afc84114ae
fix dsohandle bug
8 years ago
liaogang
5b8fe87faf
dlopen lapacke api and remove gfotran
8 years ago
hedaoyuan
e1288616f6
Fix compile on raspberry pi
8 years ago
Yu Yang
d25357e579
Fix PyHome Setted in PythonUtil.cpp
...
* set PYTHON_HOME outside the paddle processes.
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
36524bb2fa
Add Error in FuncConfig.
...
* Also test std::vector
* Use std::vector to PadConf
8 years ago
Yu Yang
c85ac61ad0
Using linb::any/std::any instead of FunctionConfig
8 years ago
Liu Yiqun
82f4ae7f00
Add alternative implementation of SpinLock and ThreadBarrier,
...
using the same implemetation as mac os.
8 years ago
Liu Yiqun
f261dc6a8b
Merge branch 'develop' into build_arm
8 years ago
Liu Yiqun
12e2402ffc
Disable SpinLock and ThreadBarrier.
8 years ago
Liu Yiqun
2a601e025e
Set the simd-related kernels used under arm toolchains.
8 years ago
Liu Yiqun
909cc6f0c5
Implement paddle::str::to_string instead of calling std::to_string.
8 years ago
Liu Yiqun
ba11f5c400
Modify compiling flags to support neon and add the definition of PADDLE_USE_LAPACK.
8 years ago
qiaolongfei
e8965288dd
Merge branch 'newnew_swig' of https://github.com/gangliao/Paddle into swig-compile
8 years ago
liaogang
f6bf6347b1
Fix a wrong function error
8 years ago
liaogang
26716dd255
Move Error out of Common.h
8 years ago
liaogang
6f22951a62
Add simd check and set SSE3 as default compilation
8 years ago
Luo Tao
7a81327c28
remove compile option "with_metric_learning"
8 years ago
Liu Yiqun
717f755cee
Include arm_neon.h on arm platform.
8 years ago
Yu Yang
b1ab8b56cf
Use plain C++ 03 to implement getStatsInfo.
8 years ago
Yu Yang
04eaf75c5e
Add getValue to some evaluators.
8 years ago
xuwei06
0b7e7876ff
Fix mkDirRecursively
...
Change-Id: Ie09fd666ca208994f22e9f83af6072f4d5e6aa1a
8 years ago