Commit Graph

192 Commits (a87f4963edf35dcf4b203fb6e2541f04b424dc02)

Author SHA1 Message Date
chengduo 09ed52831b Merge branch 'develop' into Add_deconv3d_op
7 years ago
chengduo e248866449 Merge branch 'develop' into Add_conv3d_gemm_op
7 years ago
chengduoZH 51113cfe52 write together
7 years ago
chengduo 5a95792925 Merge pull request #4636 from chengduoZH/Add_pool_cudnn_op
7 years ago
chengduoZH bf3ae0631e remove conflict
7 years ago
QI JUN 7f8574c0f5 add sparse support for sum op (#5093)
7 years ago
Dong Zhihong 16a39d24f3 fix conflict
7 years ago
chengduoZH 25df892932 remove conflict
7 years ago
chengduo 8e3ecf5d11 Merge pull request #4814 from chengduoZH/Add_sequence_project_op
7 years ago
chengduoZH 99c6f44a5a follow comments
7 years ago
chengduoZH 56bbfd1af2 Add deconv3d op
7 years ago
chengduoZH 1bb0e2943b Add pool2d cudnn
7 years ago
chengduoZH eafbbc11a0 write conv2d and conv3d together
7 years ago
Yu Yang efc2464f6c Feature/save op (#5090)
7 years ago
Dong Zhihong 626ff3b79e "polish cmake file"
7 years ago
Dong Zhihong bab5e53c03 Merge remote-tracking branch 'origin/develop' into feature/multigpu
7 years ago
chengduoZH 3f8a7b55b8 remove conflict
7 years ago
dzhwinter fd2eb55071 "Serialize LoDTensor, Save/Restore model" (#4602)
7 years ago
Dong Zhihong ef257e6d96 write nccl c++ test case
7 years ago
chengduoZH b15c69f59d remove conflict
7 years ago
Dong Zhihong 50f04dcae3 "add init allreduce test"
7 years ago
Dong Zhihong f6106ffa7e merge develop into multigpu
7 years ago
Dong Zhihong 423d7438a1 "add register gpu macro"
7 years ago
chengduoZH f2ccef26bf Add sequence_conv_op
7 years ago
dangqingqing 64fe9bcc5c Update lstm comments and fix bug.
7 years ago
Dong Zhihong 333045d7b2 "move nccl to another directory"
7 years ago
dangqingqing d1fbf50b9e Add unit testing for forwad implementation.
7 years ago
dangqingqing 2a8dbd130d LSTM Operator forward implementation.
7 years ago
Dong Zhihong d2be7ec370 Merge remote-tracking branch 'origin/develop' into multigpu
7 years ago
chengduoZH 24a796fbc0 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into Add_conv3d_gemm_op
7 years ago
Dong Zhihong d144310415 "nccl add interface"
7 years ago
chengduoZH 557c7ae37b remove conflict
7 years ago
typhoonzero 1540703394 fix_pybind_op_reg_nokernel
7 years ago
typhoonzero 13b4749e24 fix_pybind_op_reg_nokernel
7 years ago
chengduoZH 96b4035dd1 Add conv3d_gemm_op
7 years ago
chengduo e85fa5e9c1 Merge branch 'develop' into fix_pool_op_doc_and_class_declarations
7 years ago
chengduoZH 72d3d814b5 fix math/CMakeLists.txt
7 years ago
Yan Chunwei 843ed8e320 dynamic recurrent op forward c++ implentation (#4597)
7 years ago
chengduo 0f1d3af438 Merge pull request #4461 from chengduoZH/Add_maxpool_withIdx_only
7 years ago
chengduoZH 6c6474cbd8 follow coments
7 years ago
chengduoZH fcfce48421 follow coments
7 years ago
Yu Yang adec0d30fe Simplify SumOp Kernel
7 years ago
chengduoZH 2ed56df1e6 remove conflict
7 years ago
chengduoZH df59889984 remove conflict
7 years ago
Liu Yiqun 8bafdda0ad Merge branch 'develop' into core_add_sequence_softmax_op
7 years ago
chengduoZH 6326c40d27 Add max pool with index
7 years ago
Liu Yiqun 05ed8ee8ab Add SoftmaxGradFunctor, and use SoftmaxGradFunctor in softmax_op instead.
7 years ago
chengduoZH 3c0f079333 remove conflict and fix InferShape function
7 years ago
guosheng 99b8dbb14f Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into add-ReduceOp
7 years ago
caoying03 97509b68e7 cross entropy as a functor to avoid duplicated codes.
7 years ago
guosheng 8b3bf28c6b Refine reduce_op and follow comments
8 years ago
chengduoZH 3416f5e0f8 fix function define
8 years ago
chengduoZH a8477381ac Add pooling2d(max, ave) and pooling3d(max, ave) Op
8 years ago
QI JUN 8c3b8af31e Merge pull request #4071 from QiJune/activation_ops
8 years ago
Yu Yang 07915c95ec Renamed to strided_memcpy and prettify unittests
8 years ago
Yu Yang 3a4897ab15 Add TensorCopy method
8 years ago
qijun fd559b3a7e Merge remote-tracking branch 'baidu/develop' into activation_ops
8 years ago
zchen0211 39d79e6419 modified codes
8 years ago
zchen0211 299dcb6715 merge with new change
8 years ago
qijun fd5aa2ada2 merge baidu/develop
8 years ago
Luo Tao 9fa2372ce2 Merge branch 'develop' into use_op
8 years ago
Luo Tao f657e21f57 update new_op_cn.md, fix type error
8 years ago
Yancey1989 6c59f948d0 update
8 years ago
Yancey1989 7953ad623c delete unused dpends
8 years ago
Luo Tao 0597f4de99 auto generate USE_OP() in pybind.cc
8 years ago
zchen0211 b8e75c1f1a cond op
8 years ago
yangyaming 9802c42555 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix-3736
8 years ago
Luo Tao 42513496f3 fix a type error in operator/CMakeLists.txt
8 years ago
Luo Tao 2beaf3aa2a auto find .cc or .cu in operator/CMakeLists.txt
8 years ago
Luo Tao 740c8ba12a remove scatter_op.cu/gather_op.cu as they support only_cpu now
8 years ago
Luo Tao a60128aeb2 move identity_op from scale_op.cc to be a single file
8 years ago
yangyaming 3970f240b3 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix-3736
8 years ago
Luo Tao 7f27b5e1b6 refine paddle/operator/CMakeLists.txt
8 years ago
Luo Tao 7736992187 Simplify the CMakeLists for paddle/operator and paddle/pybind
8 years ago
yangyaming a4df3f5bd8 Finish framework of squared_l2_distance_op.
8 years ago
zchen0211 c5e28dd1a0 scatter check in
8 years ago
qingqing01 aafeff0fde Merge branch 'develop' into lookup_table
8 years ago
qingqing01 fe480b9ebe Merge branch 'develop' into lookup_table
8 years ago
Yu Yang 25e6c014a4 Merge branch 'feature/identity_op' into feature/minus_op
8 years ago
Yu Yang b53f4e0be7 Merge branch 'develop' of github.com:baidu/Paddle into feature/identity_op
8 years ago
dangqingqing d8ea560eb2 resolve conflicts
8 years ago
dangqingqing f188e22b33 Remove set functor and add comapre_grad test
8 years ago
dangqingqing 0f3b9e4112 lookup table op, cuda helper and set functor
8 years ago
Yu Yang 950cc60d2b Add minus
8 years ago
zchen0211 53e71b44f4 gather op bp passed
8 years ago
Yu Yang d3f219aa99 Change IdentityOp to ScaleOp
8 years ago
Yu Yang c108d6108c Identity operator and its gradient
8 years ago
zchen0211 4d2adab772 gather op added with python unittest
8 years ago
zchen0211 af1eb31afc add as an operator
8 years ago
Yan Chunwei 0079fa3256 Rnn make stepnet member (#3469)
8 years ago
zchen0211 7aaf019a14 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into develop
8 years ago
qijun c41862d2f5 merge baidu/develop
8 years ago
qijun fee8aad954 Merge remote-tracking branch 'baidu/develop' into port_blas
8 years ago
Yu Yang d6d46412ef Merge branch 'develop' of github.com:baidu/Paddle into final_fixes
8 years ago
zchen0211 bfde09b8e0 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into develop
8 years ago
Yu Yang 9a592ec3aa Remove FC Op, since it should be added in Python side
8 years ago
Yu Yang 7fab7ddd7d Merge branch 'develop' of github.com:baidu/Paddle into feature/refactorize_framework_proto
8 years ago
qijun 331b304a18 merge baidu/develop
8 years ago
zchen0211 39f14f1dd6 scatter update implemented
8 years ago
Zhuoyuan 7c8e5c3b63 Merge pull request #3191 from zchen0211/develop
8 years ago