Commit Graph

296 Commits (18b85e558a35009c3d7108e59c5ce511cf494946)

Author SHA1 Message Date
Liu Yiqun 18b85e558a Add a script to auto compile the warp-ctc submodule.
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 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
Liu Yiqun a816443e11 Add submodule warp-ctc.
9 years ago
Liu Yiqun 5a97c98d6c Merge branch 'develop' into warpctc
9 years ago
qingqing01 31e57175d9 Merge pull request #655 from PaddlePaddle/release/v0.9.0
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
Luo Tao a7671dee47 refine build_docker_image.rst
9 years ago
Yu Yang 341688b583 Bumping up version number
9 years ago
liaogang e488001675 Merge conflict with hl_cuda_device.cc
9 years ago
Luo Tao 9ea0661a82 clang format off on some cuda .cc file
9 years ago
Luo Tao 80c68d38ff clang format .cc .h .cpp .c and .hpp file
9 years ago
Yu Yang e9f50bd50b Merge branch 'develop' into feature/add_clang_format_plugin
9 years ago
Yu Yang 731fe950c4 Change auto => size_t in BaseMatrix.cu
9 years ago
Yu Yang d42fbed02d Fix several cpp issues
9 years ago
liaogang ccea3b026e Add style check for *.cc files in cuda directory
9 years ago
gangliao 049f9d3a1c Fix a pointer comparison bug in hl_dso_loader.cc
9 years ago
backyes 5fdaa966ee Merge pull request #541 from reyoung/feature/fix_diff_type_compare
9 years ago
Yu Yang 5e738ca333 Change auto => size_t in BaseMatrix.cu
9 years ago
liaogang 8393c19ccf Add recursive mutex and counter for gpu profiler
9 years ago
Yu Yang 20600e7036 Fix several cpp issues
9 years ago
liaogang 20aac5bba1 Add style check for *.cc files in cuda directory
9 years ago
gangliao 5a67a04e63 Merge pull request #511 from baidu/release/v0.9.0
9 years ago
Yu Yang 7b1d3c77c8 Refine ver2num function, add comments
9 years ago
Yu Yang 5b1ba87320 Add version check for paddle
9 years ago
liaogang f28f2e0ab7 Merge branch 'develop' of https://github.com/baidu/Paddle into profiler
9 years ago
liaogang 2c84c1ecfb Add profiler object and update docs
9 years ago
Yu Yang 65612425f2 Merge pull request #384 from wangyang59/trainerAPIGpu
9 years ago
liaogang 84cab2c763 Merge conflict with develop branch
9 years ago
liaogang e8c0fb9e14 Add GPU Profiler unit test
9 years ago
liaogang 2e9ea1cece Add Gpu profiler interface
9 years ago
Yu Yang 4705083ee1 Update dockerfile tags
9 years ago
Yu Yang c60f57b6e3 Fix some problems in Debian build scripts.
9 years ago
Yu Yang f702484ee2 Fix forwardTest for ids in python swig.
9 years ago
Yu Yang 9115ab1c11 Merge pull request #450 from reyoung/feature/pre-commit-hooks-scripts
9 years ago
wangyang59 4c86285a99 modifed Paddle.swig to specially handle UnsupportError only
9 years ago
wangyang59 b207535198 Add setUseGpu in PaddleAPI.h and handle UnsupportedError in swig with meaningful message displayed
9 years ago
wangyang59 91e6dcb68f fixed a bug in Paddle::Vector::createCpuVectorFromNumpy
9 years ago
wangyang59 70fecee080 add unittest for Matrix and Vector in API
9 years ago