gangliao
aaef5867dd
Merge pull request #2068 from gangliao/gpu_conv
...
Adjust float precision in img_conv2 for unit test
8 years ago
liaogang
6dc58cdd25
modify float precision in img_conv2
8 years ago
QI JUN
f003a63bfd
Merge pull request #2059 from gangliao/lapacke
...
change to lapacke
8 years ago
liaogang
eef91cd811
clang-format
8 years ago
liaogang
ab0db1e77d
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into gpu_conv
8 years ago
liaogang
96b33e1e6a
update file name
8 years ago
liaogang
b99891325a
update file name
8 years ago
liaogang
e094e095b5
change to lapacke
8 years ago
liaogang
e9ddff0047
modify img_conv2 unit test
8 years ago
Yu Yang
5b41fe4217
Merge pull request #2043 from hedaoyuan/fix_2024
...
Remove the feenableexcept in initPaddle.
8 years ago
gangliao
a4c12d8075
Merge pull request #2045 from gangliao/v2_bug
...
force delete packages before unit test
8 years ago
qingqing01
41912f7e70
Merge pull request #2044 from gangliao/gpu_conv
...
fix gpu_img_conv2 float precision issue
8 years ago
liaogang
faf26f0a6d
force delete packages before unit test
8 years ago
liaogang
886e4becc2
fix gpu_img_conv2 float precision issue
8 years ago
gangliao
542b103f57
Merge pull request #2034 from gangliao/new_python
...
using one thread to dump sequential output
8 years ago
hedaoyuan
1b85a13c6d
Remove the feenableexcept in initPaddle.
8 years ago
gangliao
afcb58c4d6
Merge pull request #2017 from emailweixu/add_python_test
...
run python tests in virtualenv
8 years ago
liaogang
feaf12d4f2
fix bug when enable gpu unit test on docker
8 years ago
liaogang
e4656c2717
using one thread to dump sequential output
8 years ago
emailweixu
5458be6644
Update run_python_tests.sh
8 years ago
emailweixu
bc01717ce2
Update run_python_tests.sh
8 years ago
emailweixu
0762f7ee9b
Update run_python_tests.sh
8 years ago
emailweixu
710198026f
Update run_python_tests.sh
8 years ago
emailweixu
883cb22743
Update run_python_tests.sh
8 years ago
emailweixu
5e38c2b675
Update run_python_tests.sh
...
keep debugging
8 years ago
emailweixu
01b5d223b6
Update run_python_tests.sh
...
debug
8 years ago
gangliao
4c31f1892c
add verbose output for unit test
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
gangliao
b24f6d0fea
accelerate test and add debug info
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
gangliao
d10f6cfbed
Merge pull request #1958 from gangliao/gfortran
...
remove gfortran and dlopen lapack libs
8 years ago
Luo Tao
c810e6a7c0
Merge branch 'develop' into release/0.10.0
8 years ago
liaogang
6237f6f57a
revert clang-format
8 years ago
liaogang
f27fd9dc28
follow comments
8 years ago
liaogang
8cde2d119f
fix LAPACK_ROUTINE_EACHbug
8 years ago
liaogang
665cc0e7b2
remove redundant mutex
8 years ago
liaogang
afc84114ae
fix dsohandle bug
8 years ago
liaogang
5b8fe87faf
dlopen lapacke api and remove gfotran
8 years ago
Yu Yang
4725b1c0cb
Fix compile
8 years ago
Yu Yang
2ac8e6a518
Try to remove ParallelParameter.
...
It seems that is not used.
8 years ago
LiuYongFeng
dd32909ac5
Merge pull request #1929 from luotao1/release_doc
...
auto deploy doc on release branch, and refine doc
8 years ago
Luo Tao
fe496f171d
auto deploy doc on release branch, and refine doc
8 years ago
Yu Yang
d246d20f76
Disable some unit tests when PYTHON or SWIG_PY are not enabled.
...
* When SWIG_PY is not enabled, paddle.v2 package cannot be used.
* When PYTHON is not enabled, PyDataProvider cannot be used.
Fix issue #1920
8 years ago
Yu Yang
966e89cd68
Disable some unit tests when PYTHON or SWIG_PY are not enabled.
...
* When SWIG_PY is not enabled, paddle.v2 package cannot be used.
* When PYTHON is not enabled, PyDataProvider cannot be used.
Fix issue #1920
8 years ago
xuwei06
bf1320a732
Skip cpplint if source is not changed.
...
Change-Id: Ia29cd3d205e401dc3d04fbaf3cba2b01f2f4f0ca
8 years ago
Yu Yang
ddc2c6ef3e
Merge pull request #1893 from reyoung/Add_error_clipping_to_mt_demo
...
Add error clipping to MT demo.
8 years ago
Helin Wang
50ab8723ca
make docker build command for building prodction image more precise
8 years ago