Commit Graph

809 Commits (5deeefedfbd08354c5efe7cf832268125894b969)

Author SHA1 Message Date
wanghaoshuang 5e0e455dc8 Add CUDA stream when launching kernel.
8 years ago
wanghaoshuang 0c05ea39d4 Pull latest pybind.cc to crop_op
8 years ago
Yiqun Liu ec9a55aea4 Merge pull request #3927 from Xreki/core_add_fc_op
8 years ago
武毅 8580dce308 Refine accuracy_op CUDA kernel (#4097)
8 years ago
wanghaoshuang 57a3b8b69e 1. Implement GPUCrop kernel instead of eigen.
8 years ago
Yibing Liu 26b393f911 Merge branch 'develop' of upstream into rank_loss_op_dev
8 years ago
hedaoyuan 91afa0d877 Some bug fix.
8 years ago
qijun 87ba6cbf20 merge baidu/develop
8 years ago
wanghaoshuang 2321a37b3c fix issues
8 years ago
caoying03 8f8ea005fe fix implementations.
8 years ago
hedaoyuan 09c65b6d4f Follow comments.
8 years ago
hedaoyuan 7bf1e76fdc Merge branch 'develop' of https://github.com/baidu/Paddle into conv_op
8 years ago
zchen0211 c165d23322 prelu fix
8 years ago
Xinghai Sun 32645b5231 Move dropout gpu kernel to dropout_op.cu.
8 years ago
Xinghai Sun 0532662902 Merge branch 'develop' into dropout
8 years ago
Xinghai Sun e87068290e Update cross entropy operator by following reviewer's comments.
8 years ago
Xinghai Sun d7717f2e6b Merge branch 'develop' into soft_label_cross_entropy
8 years ago
zchen0211 86afb85907 prelu with gpu
8 years ago
zchen0211 1b2374ad3b new prelu with functor
8 years ago
zchen0211 c7dfec11ef fix
8 years ago
zchen0211 384368f42c Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into develop
8 years ago
wanghaoshuang e2d75bd364 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into crop_op
8 years ago
wanghaoshuang b21aee635e Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into crop_op
8 years ago
dangqingqing 90886443b4 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into seq_op_test
8 years ago
dangqingqing d6a0280eb9 Enhance unit testing framework for operator with LoDTensor.
8 years ago
wanghaoshuang a8584a9902 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into crop_op
8 years ago
Liu Yiqun dae249b1cb Delete USE_OP statements and add more ENFORCE statements to check the inputs and outputs in FCOp.
8 years ago
Liu Yiqun 6ce4bf3645 Merge branch 'develop' into core_add_fc_op
8 years ago
Yiqun Liu bc55c20fd8 Merge pull request #4126 from Xreki/core_fix_segfault
8 years ago
Liu Yiqun eef1ccbf08 Add the check of inputs and outputs in all operators.
8 years ago
caoying03 1fb5f12f0c Merge branch 'develop' into softmax_with_cross_entropy_op
8 years ago
caoying03 efa4526c52 finish implementation and fix unittest.
8 years ago
zchen0211 490ca5f1ae prelu_op
8 years ago
Luo Tao 773cfe6290 Delete unused `USE_OP` in combination op, and unused include in elementwise_mul_op.h
8 years ago
zchen0211 e615c84a4d Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into develop
8 years ago
qijun fd559b3a7e Merge remote-tracking branch 'baidu/develop' into activation_ops
8 years ago
qingqing01 40fba4aab9 Merge pull request #4115 from Canpio/fix_brace_error
8 years ago
zchen0211 260026fa67 prelu modify
8 years ago
zchen0211 58b5b08bba prelu op
8 years ago
fengjiayi 0620b00eb6 Fix Clang compile error
8 years ago
zchen0211 98c35729ce remove empty line
8 years ago
zchen0211 c557402855 cond_op modify
8 years ago
zchen0211 39d79e6419 modified codes
8 years ago
zchen0211 299dcb6715 merge with new change
8 years ago
qijun 41271f03cb fix gpu build error
8 years ago
xzl 6b3ae01e02 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into op_transpose
8 years ago
yangyaming 09a13f6c49 Using LoDTensor and adapt to new unittest.
8 years ago
Liu Yiqun cb7d718611 Merge branch 'develop' into core_add_fc_op
8 years ago
qijun fd5aa2ada2 merge baidu/develop
8 years ago
Yibing Liu f2442be9e3 merge conflicts
8 years ago
qijun 5824d85001 add activation operators and python unittests
8 years ago
dangqingqing 2cfa7c4152 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into lod_tensor2
8 years ago
dangqingqing 9c7e314559 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into lod_tensor2
8 years ago
dangqingqing d757c1cd02 Fix accuracy_op.
8 years ago
Luo Tao 9fa2372ce2 Merge branch 'develop' into use_op
8 years ago
Tao Luo 7a9c89f7d2 Merge pull request #4105 from Yancey1989/fix_op_dep
8 years ago
dangqingqing 48000a8f2d Update to develop branch and resovle conflicts.
8 years ago
dangqingqing 74f460fd0f Fix specialization of template member functions in the non-template class in GCC 5.0.
8 years ago
Luo Tao d0521e6f50 Merge branch 'develop' into use_op
8 years ago
Cao Ying 0e46f5ebd7 Merge pull request #4094 from lcy-seso/fix_cross_entropy_op_output_shape
8 years ago
Yibing Liu 36f349e71e Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into rank_loss_op_dev
8 years ago
Luo Tao f657e21f57 update new_op_cn.md, fix type error
8 years ago
Liu Yiqun 989e8358b3 Reuse the output of mul when there is only one input in FCOp.
8 years ago
Yancey1989 6c59f948d0 update
8 years ago
Yancey1989 7953ad623c delete unused dpends
8 years ago
qijun dadace3178 add more activation functors
8 years ago
Liu Yiqun fe2ab2ee7f Set the default value of xNumColDims and rename the output to "Out" in FCOp.
8 years ago
Xinghai Sun c5972faca9 Merge pull request #3918 from xinghai-sun/cos_sim_vector
8 years ago
Yibing Liu 87de31bf20 update doc information
8 years ago
Luo Tao 70cadf9350 Merge branch 'develop' into use_op
8 years ago
Luo Tao 0597f4de99 auto generate USE_OP() in pybind.cc
8 years ago
Yibing Liu 96500af64b add rank_loss operator
8 years ago
Liu Yiqun 0b21b854ec Make the weights of FCOp a fixed 2-D matrix and refine some comments in FCOp.
8 years ago
qijun e515f18dd8 add tanh and sqrt activation operators
8 years ago
wanghaoshuang b299d07fbe Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into crop_op
8 years ago
caoying03 e0ca4d7a29 fix shape of output tensor of cross_entropy_op.
8 years ago
武毅 2d6233646a Accuracy op (#3907)
8 years ago
qijun 0957fa7b3c fix relu functor and revert some codes
8 years ago
qijun c18ebc3022 remove macros
8 years ago
zchen0211 f6dee08d76 new changes
8 years ago
zchen0211 c7db6e8d14 cond op passed
8 years ago
dangqingqing f6b518c970 Fix elementwise_mul_op.cc
8 years ago
dongzhihong 1ead57ec6a "better format"
8 years ago
wanghaoshuang 7deddab1ff Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into crop_op
8 years ago
dangqingqing cb28428323 Replace LoDTensor in elementwise_mul_op, pad_op and recurrent_op_utils.
8 years ago
dangqingqing 30a58b5121 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into lod_tensor2
8 years ago
dangqingqing f299206396 Using LoDTensor instead of Tensor in every operator.
8 years ago
Xinghai Sun 6d60352e7e Add soft-label support for cross-entropy operator.
8 years ago
whs 08f9b72dbf Merge pull request #3765 from wanghaoshuang/pad_op
8 years ago
hedaoyuan 656f775c29 Fix the doc.
8 years ago
Liu Yiqun af2eb94909 Support inputs and weights of multi-dimensions and refine the output names.
8 years ago
Liu Yiqun 8495f3f04a Merge branch 'develop' into core_add_fc_op
8 years ago
yangyaming ec92588a37 Fix some conflicts and correct unittest.
8 years ago
qijun b50a507617 add activation operator python test
8 years ago
qijun d736fc0e00 add activation macro
8 years ago
Yibing Liu 4a71d954e9 merge conflicts
8 years ago
Yibing Liu b3f44ad761 add multiplex operator
8 years ago
hedaoyuan 1dd639ebbe Bug fix.
8 years ago
Xinghai Sun 965fd2250d Merge branch 'develop' into cos_sim_vector
8 years ago
hedaoyuan 2340cedaf6 Add groups in convolution GemmConvGradKernel.
8 years ago
caoying03 8d88c52d8a Merge branch 'develop' into softmax_with_cross_entropy_op
8 years ago
caoying03 c6366c819e softmax as functor.
8 years ago
gongweibao 8778957cfc Add element-wise multiplication operator. (#3787)
8 years ago
qijun 3c49e7b1e4 move EigenDeviceConverter to device_context.h
8 years ago
hedaoyuan fb46345f00 Add groups in convolution operator.
8 years ago
Xinghai Sun 03ea7320d3 Update cos_sim operator by following reviewer's comments.
8 years ago
wanghaoshuang 236a84c505 Fix nullptr check
8 years ago
hedaoyuan 14ae805014 Merge branch 'develop' of https://github.com/baidu/Paddle into conv_op
8 years ago
hedaoyuan 8219f20672 Refine gemm convolution kernel.
8 years ago
wanghaoshuang d89598054e Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into pad_op
8 years ago
Yi Wang 57d8afe54b Merge pull request #3452 from dzhwinter/op_name
8 years ago
dongzhihong 15fccfefb5 "remove used words"
8 years ago
dongzhihong 594dece996 "fix typo"
8 years ago
dongzhihong d00e8a5f83 "add Op name example and fix format error"
8 years ago
zchen0211 b8e75c1f1a cond op
8 years ago
dongzhihong e9ac7df941 Merge remote-tracking branch 'origin/develop' into op_name
8 years ago
dongzhihong 5c4dfdebcb add more rules
8 years ago
Helin Wang 25be0ede76 fix cpplint error
8 years ago
hedaoyuan db33ff12a5 Refine the GemmConvGradKernel.
8 years ago
hedaoyuan 67db9d3521 Refine the GemmConvKernel.
8 years ago
hedaoyuan 3705de6ddd Merge branch 'develop' of https://github.com/baidu/Paddle into conv_op
8 years ago
hedaoyuan 40fe0a8c47 Add backward of convolution.
8 years ago
caoying03 2507bcaa29 Merge branch 'develop' into softmax_with_cost_op
8 years ago
caoying03 c0cef849b6 softmax as function.
8 years ago
Yibing Liu 4137cb0baf Merge pull request #3949 from kuke/reshape_op_dev
8 years ago
Yibing Liu 5915138c79 fix a typo
8 years ago
Yibing Liu 0289a0091f follow comments to cleanup code
8 years ago
qingqing01 dbe0598745 update to develop branch and resolve conflicts.
8 years ago
wanghaoshuang 012453e28c fix NoInGrad bug
8 years ago
Yibing Liu 31cbb3432f Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into reshape_op_dev
8 years ago
wanghaoshuang 355e35fecd fix paddle enforce check
8 years ago
wanghaoshuang a03c6849e7 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into pad_op
8 years ago
dongzhihong 21d4974405 "fix name"
8 years ago
hedaoyuan c9d8cb4e90 Convolution op and forward calculation.
8 years ago
Liu Yiqun 4f2ee63c44 Get rid of the calling of inplace op in FCOp.
8 years ago
dangqingqing 28dc434036 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into lod_tensor_py
8 years ago
Yancey 7bd517129a Add Concat operator with CPU kernel (#3775)
8 years ago
wanghaoshuang 9c929a4959 Fix warning log
8 years ago
Yibing Liu 477d92bcd2 merge conflicts
8 years ago
Yibing Liu dd64349a92 refine reshape operator
8 years ago
Liu Yiqun 4223ff8c27 Correct the key name of "mul" op in FCOp, and add some annotations for debug.
8 years ago
wanghaoshuang f31217fc2e Fix issues
8 years ago
Liu Yiqun 70e60d73f9 Merge branch 'develop' into core_add_fc_op
8 years ago
xzl e129dcfb74 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into op_transpose
8 years ago
xzl 61c7930603 delete useless header file
8 years ago
Liu Yiqun d874fca46b Support multiple inputs in FCOp.
8 years ago
dangqingqing 372ede1527 update and fix conflicts.
8 years ago
dangqingqing d0dbc0610f Correctly use host_vector in LoDTensor and expose LoDTensor to Python.
8 years ago
wanghaoshuang e1da6c06c2 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into pad_op
8 years ago
wanghaoshuang c7b347887d Fix variable names and comments
8 years ago
caoying03 513bc99702 softmax with cross entropy as a cost operator.
8 years ago
Yibing Liu 02da0d1bb2 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into reshape_op_dev
8 years ago
yangyaming 36e50135b8 Remove EigenMatrix define.
8 years ago
yangyaming 696b1f5fa9 Refine doc.
8 years ago
yangyaming 984117458c Finish modified huber loss op.
8 years ago
xzl 55991822a0 modify GetAttr to Attr
8 years ago
xzl 828008e41d Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into op_transpose
8 years ago
xzl d6651b9b8e fixed bug of the gpu impl
8 years ago
yangyaming 076dcb9b45 Simpify the initialization for weights.
8 years ago
yangyaming 3a49bae0b4 Finish forward for GPU and CPU and CPU backward.
8 years ago
wanghaoshuang d960cbdcf3 Fix comment
8 years ago
wanghaoshuang d79e3e4d9b Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into pad_op
8 years ago
wanghaoshuang 0910a9bac4 Refine pad op
8 years ago
caoying03 2070bc936d Merge branch 'develop' into softmax_with_cost_op
8 years ago
qijun 090b8114e6 merge baidu/develop
8 years ago
qijun f50e36e285 follow comments
8 years ago
fengjiayi f6e72c93c7 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into dev_add_axis
8 years ago
武毅 3fbb692d4b Add topk op (#3760)
8 years ago
qingqing01 a2a69f2a54 Add function to get element count from tensor.
8 years ago
Yibing Liu 899c7d6b35 pass unit test
8 years ago
Liu Yiqun c05d319c2d Merge branch 'develop' into core_add_fc_op
8 years ago
Liu Yiqun 734a9eeaa4 Correct the definition of Operator in TestFCGradOp, and rename the output name
8 years ago
Cao Ying da66891b94 Merge pull request #3928 from lcy-seso/refine_softmax_op
8 years ago
caoying03 5b4526fabc rename input and output of softmax_op.
8 years ago
qiaolongfei 02bf1375e6 fix im2col_test.cc on cpu only machine
8 years ago
hedaoyuan 0140f3f9d0 Merge pull request #3753 from hedaoyuan/conv_op
8 years ago
Yibing Liu 12eaa22ad2 add reshape operator
8 years ago
yangyaming 53ab7e78b1 Adapt new interface.
8 years ago
hedaoyuan ebe8966e06 Add im2col_test.
8 years ago
yangyaming 0728943d0c Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix-3789
8 years ago
yangyaming f5807670a7 Fix typos and use HOSTDEVICE instead.
8 years ago
Yang yaming a072ab9e74 Merge pull request #3768 from pkuyym/fix-3736
8 years ago
fengjiayi b7444306ba Follow comments
8 years ago
caoying03 e61485e0f7 Merge branch 'develop' into refine_softmax_op
8 years ago
fengjiayi 5aacd64b94 Follow comments
8 years ago
fengjiayi 0c13660a50 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into dev_add_axis
8 years ago
wanghaoshuang 6e964ad5cb Fix issues
8 years ago
wanghaoshuang 320df7ade4 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into clip_op
8 years ago
wanghaoshuang 987cdf1168 Add clip op
8 years ago
Yu Yang ed346f1dcd Pass CI
8 years ago
fengjiayi 823bdd670f Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into dev_add_axis
8 years ago
fengjiayi f2a66ffabb Follow comments
8 years ago
Yu Yang 6df24d0360 Merge branch 'develop' of github.com:baidu/Paddle into feature/change_get_attr_to_attr
8 years ago
Xinghai Sun 4eadfc0749 Correct typos for dropout operator.
8 years ago
Xinghai Sun 963a4f3c4e Update by following reviewers' comments.
8 years ago
Liu Yiqun 3285b00df5 Merge branch 'develop' into core_add_fc_op
8 years ago
caoying03 7d16fe87a3 refine softmax operator.
8 years ago
Liu Yiqun 1348c20e2f Merge branch 'develop' into core_add_fc_op
8 years ago
yangyaming 57f9723d36 Using EigenVector to replace EigenMatrix for some variables.
8 years ago
yangyaming b7776e66d6 Fix dimension bugs.
8 years ago