Wu Yi
8f7b020ba8
fix develop build issue ( #10978 )
...
* fix develop build issue
* fix google style
* cpplint check only fluid
7 years ago
yuyang18
a229734cbd
Remove cpplint in cmake
7 years ago
fengjiayi
31373370ce
fix mac compile errors
7 years ago
Yan Chunwei
186659798f
add tensorrt build support( #9891 )
7 years ago
Lei Wang
09b4a1a361
Build: generate all the build related files into one directory. ( #9512 )
7 years ago
dzhwinter
e983cc90fc
"fix decode bug" ( #7711 )
...
* "fix decode bug"
* "follow commnet"
* "fix error"
* "fix hook bug"
* fix based comment
* fix copyright
* fix based on comment
7 years ago
dzhwinter
b9b75377a2
Feature/hooks ( #7513 )
...
* add copyright hook
* add copyright hook
* refine copyright hook
* "test copyright hook"
* fix check style
* fix ci
7 years ago
tensor-tang
3b5e4e0a83
default disable use_mkl_packed
7 years ago
tensor-tang
042f3524d2
add flag use_mkl_packed
7 years ago
tensor-tang
69b44f2f19
unify MKL macro definition
7 years ago
Yiqun Liu
bba6223598
Enable the build for iOS simulator. ( #5211 )
7 years ago
Yi Wang
4558807c48
Use PADDLE_WITH_CUDA instead of PADDLE_WITH_GPU
8 years ago
Yu Yang
84500f9487
Change `PADDLE_ONLY_CPU` to `PADDLE_WITH_GPU`
...
By shell command
```bash
sed -i 's#ifdef PADDLE_ONLY_CPU#ifndef PADDLE_WITH_GPU#g' `find ./paddle/ -name '*.h' -o -name '*.cc' -o -name '*.cpp' -o -name '*.c' -o -name '*.cu'`
sed -i 's#ifndef PADDLE_ONLY_CPU#ifdef PADDLE_WITH_GPU#g' `find ./paddle/ -name '*.h' -o -name '*.cc' -o -name '*.cpp' -o -name '*.c' -o -name '*.cu'`
```
8 years ago
Liu Yiqun
b4d710ce12
Merge branch 'develop' into build_ios
8 years ago
hedaoyuan
4966174608
Fix android-16 compile.
8 years ago
Liu Yiqun
473161f919
Merge branch 'ios_cross_compile' into build_ios
8 years ago
Liu Yiqun
fb38e6620e
Seperate the codes that cannot and don't need to build for iOS devices.
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