Commit Graph

2498 Commits (f261dc6a8bb883a7ec104c556627e969bbd0e869)
 

Author SHA1 Message Date
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 6478483f63 Use internal gemm wrapper instead.
8 years ago
Liu Yiqun ba11f5c400 Modify compiling flags to support neon and add the definition of PADDLE_USE_LAPACK.
8 years ago
Tao Luo e9d839db8e Merge pull request #1693 from wangyang59/cudnnDeconv
8 years ago
gangliao 32667db269 Merge pull request #1689 from gangliao/code
8 years ago
wangyang59 dc45cb4b9d changed projections.protostr
8 years ago
wangyang59 ec7184ac18 fixed a bug in conv_projection issue #1681
8 years ago
helinwang 627357478d Merge pull request #1691 from gangliao/open
8 years ago
jacquesqiao b557630188 Merge pull request #1682 from jacquesqiao/swig-compile
8 years ago
liaogang 4673023fb0 Fix gemm_kernel crashed in docker image
8 years ago
qiaolongfei 6f745ba026 delete unused paddle_api_config.py.in
8 years ago
qiaolongfei 6344789a00 add nltk dependency in paddle/setup.py.in
8 years ago
qiaolongfei bb51f0a219 set PROTOBUF_VERSION in setup.py
8 years ago
qiaolongfei 8d10846e0e change ON_COVERALLS to WITH_COVERAGE
8 years ago
liaogang 5605ece1a1 remove colon in code coverage
8 years ago
gangliao c1feccdc80 Merge pull request #1679 from gangliao/code
8 years ago
qiaolongfei e8965288dd Merge branch 'newnew_swig' of https://github.com/gangliao/Paddle into swig-compile
8 years ago
liaogang 448798f18b Enable coverage output
8 years ago
gangliao edf95da981 Merge pull request #1675 from helinwang/gpu
8 years ago
武毅 001b426dc0 Merge pull request #1642 from typhoonzero/dockerreadme
8 years ago
qingqing01 96f42d8ec1 Merge pull request #1455 from wangyang59/cudnnDeconv
8 years ago
Helin Wang 6737c75883 fix gpu dockerbuild
8 years ago
gangliao 4951c46286 Merge pull request #1673 from helinwang/version
8 years ago
yi.wu 8f79efc846 update README
8 years ago
yi.wu 3569466d6e Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into dockerreadme
8 years ago
helinwang 4db04717c1 Merge pull request #1661 from helinwang/docker_build
8 years ago
Helin Wang cebc13a37c fix paddle pip install package version
8 years ago
Helin Wang 7485e5d750 refine docker build
8 years ago
gangliao a71218c91c Merge pull request #1668 from typhoonzero/buildreleasefix
8 years ago
gangliao 9ffc38efa8 Merge pull request #1666 from gangliao/sse_def
8 years ago
Tao Luo 24bdd9b8e0 Merge pull request #1652 from luotao1/udp
8 years ago
yi.wu dfe6450648 build use release
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 6393d29b72 Set Paddle with AVX_FOUND
8 years ago
liaogang 6f22951a62 Add simd check and set SSE3 as default compilation
8 years ago
Yi Wang eda350b165 Merge pull request #1660 from wangkuiyi/fix_paddle_readme
8 years ago
Yi Wang 55a6c17aec Update README.md
8 years ago
wangyang59 fc7f72c03f modified after reyoung's comments
8 years ago
wangyang59 48a6168c0d following comments from qingqing01
8 years ago
wangyang59 b16c0a84e6 only keep CudnnConvBaseLayer and let both cudnn_conv and cudnn_convt point to it
8 years ago
wangyang59 3493f5bd24 consolidate CudnnConv and CudnnConvTrans files into one file
8 years ago
wangyang59 ff127eb6fe fixed format
8 years ago
wangyang59 090c974e4b completed implementation of cudnn_convt convTransProjection and convTransOperator
8 years ago
wangyang59 07c1ea258f python interface for convTransProjection and convTransOperator
8 years ago
wangyang59 6b7f647487 deconv projection/operator implementation
8 years ago
wangyang59 b8afb14098 cudnn deconv implememtation
8 years ago