Commit Graph

444 Commits (80b45ad1463b759607bfde46529b407c198d6666)

Author SHA1 Message Date
liaogang 917c9cc67e Change interface and comments in Cpuid.cpp
9 years ago
Luo Tao 0c96b26c3c remove breathe and doc/howto/source directory
9 years ago
liaogang cb9ebedaef Remove ostream and add intrin header file
9 years ago
wangkuiyi 392dc96701 Merge pull request #761 from PaddlePaddle/install-bazel
9 years ago
gangliao 0cdfa8cd6b Merge pull request #800 from gangliao/check_avx
9 years ago
liaogang bf5342702f Fix bugs on SIMD flags and unit test
9 years ago
liaogang 5c480d6fcb Add reference to CPUID
9 years ago
gangliao 0b73318f8b Merge pull request #789 from F0REacH/nvcc_stray_character_fix
9 years ago
liaogang 4f73e3f666 Add SIMD flags for runtime check
9 years ago
Yi Wang e9549cbb78 Change "Baidu, Inc" into "PaddlePaddle Authors"
9 years ago
FoREacH 38eddca9c2 Fixed incorrect macro
9 years ago
FoREacH 3adfdf0c58 Fix nvcc stray character Issue #760
9 years ago
Yu Yang abff5dc6cd Merge branch 'develop' of github.com:baidu/Paddle into feature/refine_doc_drnn
9 years ago
Yu Yang 2368ca8f7b Merge pull request #663 from gangliao/docker
9 years ago
liaogang 613d7c812b Fix conflicts with develop branch
9 years ago
Li Peng 6772acab12 Update according Yi's comments
9 years ago
Yu Yang aed8803a40 Merge branch 'develop' of github.com:baidu/Paddle into feature/refine_doc_drnn
9 years ago
Li Peng 0592d1b76e Add bazel installation to the Dockerfiles
9 years ago
liaogang 0eaf9f64e6 Remove sparse length limits
9 years ago
Yiqun Liu 4823075f95 Merge pull request #651 from Xreki/warpctc
9 years ago
Yu Yang 1539335383 Add unittest related #653
9 years ago
Yi Wang 6216b59597 Resolve conflicts
9 years ago
gangliao 75351f586d Revert test_Matrix.cpp
9 years ago
Yu Yang 737f2bf3c1 Merge pull request #731 from reyoung/feature/fix_testing_style
9 years ago
Yu Yang 82774dbbd3 Merge pull request #239 from hedaoyuan/tensor
9 years ago
hedaoyuan abdcb8e128 format some files
9 years ago
Liu Yiqun 78bdd32471 Merge branch 'develop' into warpctc
9 years ago
Yu Yang 5d26716c69 Merge pull request #723 from wangkuiyi/woboq
9 years ago
Yi Wang 2f024ba527 Add more customizable ARGs with default values to Dockerfiles .
9 years ago
hedaoyuan d04c206f30 remove the 'using namespace paddle;' in the test files
9 years ago
Yi Wang af1c2e905d Add -U to RUN pip install
9 years ago
hedaoyuan 84a0574ac3 add a PerfUtils.h
9 years ago
Yu Yang ba68704edb Fix api test, fix testing script for macos
9 years ago
hedaoyuan 8d73681324 fix some errors due to merge
9 years ago
hedaoyuan 671db8deaa Merge branch 'develop' of https://github.com/baidu/Paddle into tensor_merge
9 years ago
hedaoyuan a1d1565fb9 add some comments
9 years ago
hedaoyuan 7e0b51f28f some bugs fix
9 years ago
hedaoyuan a7855d3ebb Lazy Assignment
9 years ago
hedaoyuan 3a5d60bc1c compile test_Tensor.cu with CPU
9 years ago
hedaoyuan 07f30241b8 fixed some nvcc compilation related
9 years ago
hedaoyuan e63f1e6952 merge from cooder
9 years ago
Tao Luo 44d4be6e43 Merge pull request #724 from Shi-Liang/theme_develop
9 years ago
liaogang 82694fd766 Fix faq adn docker doc conflicts
9 years ago
Yu Yang 3100406cc4 Simplify the testOnePeriod method.
9 years ago
liaogang 26b2996b0a Upgrade compiler‘s minimum version
9 years ago
qingqing01 239cadef3a Merge pull request #411 from backyes/bugfix_test_period
9 years ago
wangyanfei01 1f2423a919 follow comments: more docs
9 years ago
wangyanfei01 290ee32f2d fix confliction
9 years ago
hedaoyuan 17f7125b57 Merge pull request #643 from hedaoyuan/auto_compare
9 years ago
wangyanfei01 63de3ec2ba merge origin/develop and fix confliction
9 years ago
Yu Yang 34dc87e2f5 Merge pull request #716 from wangkuiyi/docker_arg
9 years ago
Yi Wang ccf89a5a24 Make browserable C++ source code into HTMLs
9 years ago
Yi Wang 1c4d71949f Replace m4 template by Dockerfile ARGs
9 years ago
Liu Yiqun 7bb7fed833 Simplify the CMakelist.txt and fix typos.
9 years ago
Liu Yiqun 46ef2bc694 Merge branch 'develop' into warpctc
9 years ago
Shi-Liang 9563db3e77 modified the document config files and add theme files
9 years ago
Luo Tao 7830893a83 fix conflict
9 years ago
wangkuiyi 133dfc0340 Merge pull request #629 from wangkuiyi/docker_openssh
9 years ago
emailweixu 95ef1af2be Merge pull request #516 from wangyang59/gan
9 years ago
hedaoyuan 11479901a7 some bug fix
9 years ago
hedaoyuan 956b661cd9 Merge branch 'master' into auto_compare
9 years ago
hedaoyuan ee52c75946 delete BaseMatrixCompare, and add AutoCompare::cmpWithoutArg
9 years ago
Liu Yiqun 18b85e558a Add a script to auto compile the warp-ctc submodule.
9 years ago
Yi Wang 8e6965be4e Resolve conflict with upstream/develop
9 years ago
xuwei06 66520f8b41 Fix --job=test
9 years ago
Liu Yiqun 25f1fbc491 Merge branch 'develop' into warpctc
9 years ago
Yu Yang 257819d3d4 Merge pull request #621 from luotao1/docker
9 years ago
wangyang59 c3ebff5e70 modified demo/gan following emailxuwei comments
9 years ago
wangyang59 9a02bd419c fixed a small bug in demo/gan/README.md and testMatrix.py
9 years ago
wangyang59 3ebf6aaf9b fixed a gpu bug in trainer API to train gan using GPU
9 years ago
wangyang59 70b78b74ff fix a bug in BatchNormBaseLayer.cpp and add a test for it
9 years ago
xuwei06 fec6f8091f Skeleton for Generative Adverserial Nets
9 years ago
Yi Wang 20b416d256 Resolve conflict from git pull upstream develop
9 years ago
wangyang59 09a5b8bd4d consolidate img_conv.conf in test_NetworkCompare
9 years ago
wangyang59 0e78171802 changed group=2 in test_NetworkCompare
9 years ago
wangyang59 4641285c75 Added a test in test_NetworkCompare to verify cudnn and exconv, fixed a bug in cudnn_conv in dealing with groups
9 years ago
wangyang59 ba786b2e9e only do test_ConvUnify when there is a gpu
9 years ago
wangyang59 60bf1a476a Modifed ExpandConvBaseLayer to unify paras between expand and cudnn
9 years ago
wangyang59 fd92594353 added test_ConvUnify
9 years ago
hedaoyuan c410382145 add some comments
9 years ago
hedaoyuan 1df826e767 Add a AutoCompare and move some test form test_matrixCompare.cpp to test_Matrix.cpp
9 years ago
liaogang f340f37f02 Change atomicAdd to paddleAtomicAdd
9 years ago
Liu Yiqun a816443e11 Add submodule warp-ctc.
9 years ago
Luo Tao 1d1a04c033 follow comments on rectangle CNN
9 years ago
Liu Yiqun 5a97c98d6c Merge branch 'develop' into warpctc
9 years ago
Luo Tao d114d8976a Merge branch 'develop' into conv
9 years ago
qingqing01 31e57175d9 Merge pull request #655 from PaddlePaddle/release/v0.9.0
9 years ago
hedaoyuan f70fc4a439 move some test from test_matrixCompare.cpp to test_BaseMatrix.cpp and test_Matrix.cpp
9 years ago
Yu Yang 18645134bd Follow comments
9 years ago
Yu Yang ff5ca6927f Merge branch 'develop' of github.com:baidu/Paddle into feature/refine_doc_drnn
9 years ago
Liu Yiqun 4d487c6f35 Integrate warp-ctc as WarpCTCLayer, including unitest and layer interface.
9 years ago
wangkuiyi 765735b698 Merge pull request #645 from reyoung/feature/improve_paddle_version_check
9 years ago
Yu Yang 1d8d957322 Add `set -e` for paddle boot up script.
9 years ago
xutianbing 5de5453d15 add code comments for deepSwap
9 years ago
xutianbing c7f96de12e add unit test for deepSwap
9 years ago
xutianbing cf205d0d43 deepSwap
9 years ago
hedaoyuan 1873945dc7 Add test_Matrix.cpp for auto compare member functions of class Matrix
9 years ago
hedaoyuan 1bac8e60c3 modify the file name test_matrix.cpp to test_SparseMatrix.cpp
9 years ago
hedaoyuan 409a8a181d Merge branch 'develop' of https://github.com/baidu/Paddle into auto_compare
9 years ago
hedaoyuan 85e0cd709c move some BaseMatrix test from test_matrixCompare.cpp to test_BaseMatrix.cpp
9 years ago