Commit Graph

2319 Commits (608ebece366e24257fea70bff8cab007473f10b4)

Author SHA1 Message Date
wanghaoshuang 6089b50c4b Registry int64_t kernels
7 years ago
武毅 58be41fa91
Merge pull request #7608 from typhoonzero/distributed_split_selectedrows
7 years ago
Yang Yang 07cf302e6e first commit
7 years ago
caoying03 4020451a7b delete memory copy from linear_chain_crf_op.
7 years ago
Yancey c79d530ad3
Add split selected rows op (#7604)
7 years ago
Tao Luo 161bd4a4c3
Merge pull request #7663 from chengduoZH/fix_warning/seq_pad_test
7 years ago
typhoonzero 0aff136395 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into distributed_split_selectedrows
7 years ago
chengduoZH 8e02870ce2 modify doc
7 years ago
chengduoZH 259858b41b modify doc
7 years ago
yangyaming fc581bc5f2 Change the CopyRight.
7 years ago
yangyaming bea41444d7 Refine the implementation and add unit test.
7 years ago
typhoonzero 5f4d9130f0 merge codes
7 years ago
wanghaoshuang 6e04e580d2 Change input data type to int64_t in unitest and GPU kernel
7 years ago
typhoonzero ae19d2ea1e fix comm issues
7 years ago
chengduoZH 578d60bf4a code refine
7 years ago
guosheng b83ff4514b Register reduce_op_kernel with multiple data types
7 years ago
chengduoZH 2edc136c5f add 4-d for matmul_op
7 years ago
Tao Luo c73f00fe35
Merge pull request #7634 from Yancey1989/fix_compile_warning
7 years ago
wanghaoshuang 77cf21e53e Change input data type to int64_t
7 years ago
Yancey1989 2ce5c9d45e fix gpu implement
7 years ago
Yan Chunwei 3388e52da1
Bugfix/beamsearch op (#7611)
7 years ago
yangyaming f20617be46 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix-6678
7 years ago
yangyaming 9bd9d8b5ca Add sequence_reshape_op.
7 years ago
Yibing Liu f46257fa4a Merge branch 'develop' of upstream into add_lstm_doc
7 years ago
chengduoZH edd2132679 remove conflict
7 years ago
Yancey1989 07e87ff185 Fix sequence_padding compile warning
7 years ago
Guo Sheng 4b3e22b865
Merge pull request #7574 from lcy-seso/wraper_for_l2_normalize
7 years ago
fengjiayi 1d89866995
Merge pull request #7593 from JiayiFeng/dev_elementwise_scalar
7 years ago
fengjiayi 37a9437073
Merge pull request #7538 from JiayiFeng/dev_elementwise_max_min
7 years ago
Tao Luo 388aa51ccf
Merge pull request #7622 from abhinavarora/reduce_op_doc
7 years ago
Abhinav Arora 484af6c7e0 Fixing the rendering for Reduce operators in operator documentation
7 years ago
Helin Wang 151f579c23 Recv OP: use BlockDesc* instread of ProgramDesc proto as Attribute
7 years ago
Yu Yang b8a17987ec Feature/parallel for bug fix (#7474)
7 years ago
Helin Wang d4d143796f Fix build error
7 years ago
typhoonzero f233b936c7 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into distributed_split_selectedrows
7 years ago
wanghaoshuang fe45f2115f 1. Rename 'block_expand' to im2sequence
7 years ago
Yibing Liu 7a2aa486cc Unify data type in sequence_erase_op
7 years ago
typhoonzero 02ea349101 enhance dist train performance
7 years ago
Yibing Liu d1d614b9f8 Refine the GPU kernel for sequence_erase_op
7 years ago
wanghaoshuang 7150289b5c Refine CPU kernel
7 years ago
Yibing Liu 7d3b2e4b03 Fix a bug in sequence_erase_op
7 years ago
chengduoZH c9641a03dc refine code
7 years ago
fengjiayi 14f6fa346b make elementwise op support scalar as input Y
7 years ago
chengduoZH ed7e74abf2 follow comments and refine python doc
7 years ago
ying 87a59d65d6 Merge branch 'develop' into wraper_for_l2_normalize
7 years ago
wanghaoshuang 09adb76903 Fix code style
7 years ago
chengduoZH 24f528a1a5 follow comments
7 years ago
wanghaoshuang 0c10b5ff73 Merge branch 'develop' of https://github.com/wanghaoshuang/Paddle into ctc_greedy_decode
7 years ago
fengjiayi 3177c9a691 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into dev_elementwise_max_min
7 years ago
wanghaoshuang bfe7e24243 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into blockexpand
7 years ago
wanghaoshuang 92baa885a0 Fix code style
7 years ago
fengjiayi d15bfabbd0 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into dev_elementwise_max_min
7 years ago
wanghaoshuang e82f1008a8 Finish block expand op
7 years ago
Yibing Liu aab4cfeb65 Add doc for dynamic_lstm python api
7 years ago
caoying03 6497bff901 add python wrapper for l2 normalize.
7 years ago
wanghaoshuang 10dd632659 Rename 'ctc_greedy_decode' to 'ctc_decode'
7 years ago
wanghaoshuang 281e93bcbb Remove 'top 1' from CPU and GPU kernel
7 years ago
fengjiayi f59599a3dd refine elementwise_add_op
7 years ago
fengjiayi ead7059bf9 Refine code
7 years ago
sidgoyal78 ba2f6f71ad Modify directory structure to show plots
7 years ago
helinwang 052c05be34
Merge pull request #7537 from Yancey1989/distributed_gpu
7 years ago
fengjiayi 5f4481350e
Merge pull request #7529 from JiayiFeng/remove_functor1
7 years ago
gongweibao 535fefb7e8
Fix grpc bugs (#7435)
7 years ago
whs 448fee3db4
Merge pull request #7414 from wanghaoshuang/warpctc
7 years ago
dzhwinter b9b75377a2
Feature/hooks (#7513)
7 years ago
chengduoZH 251c6032fb set use_cudnn as default
7 years ago
Yancey1989 329f1e0f79 add some comment
7 years ago
Yancey1989 9de1809590 fluid distributed on CUDA place
7 years ago
chengduoZH 79aa51229a fix conv, pool, conv_trans to decide use cudnn or not
7 years ago
fengjiayi f5cd961900 complete elementwise_min_op
7 years ago
fengjiayi acf37ad675 Complete elementwise_max_op
7 years ago
fengjiayi 76a74f1f77 Merge branch 'remove_functor1' into dev_elementwise_max_min
7 years ago
fengjiayi 6ee8a2e1db remove unnecessary functor1
7 years ago
fengjiayi 736842e447 wip
7 years ago
wanghaoshuang 8f37c3c2a7 Fix sequence scale functor cuda kernel
7 years ago
wanghaoshuang 579f684661 Add ctc_greedy_decode_op
7 years ago
guosheng ef129718ea Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into add-python-glu
7 years ago
guosheng c083a60d7a Add python split and glu
7 years ago
yangyaming a091d1a31c Enhance print_op.
7 years ago
Qiao Longfei 9deb1756a2
fix while_grad_op first step loss lod problem (#7490)
7 years ago
dzhwinter 5ad1aef051
"cudnn operators change to cudnn kernel" (#6660)
7 years ago
wanghaoshuang 45cf234127 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into warpctc
7 years ago
wanghaoshuang 137f0dfc21 1. Fix warpctc grad tensor initial bug.
7 years ago
Cao Ying db65f497ff Update comments for two operators. (#7457)
7 years ago
Yan Chunwei 3423022e84
feature/add print op (#6799)
7 years ago
emailweixu d954becb1c
Merge pull request #7371 from emailweixu/assign_value_op
7 years ago
Tao Luo 29b2693afb
Merge pull request #7445 from abhinavarora/api_doc_bug
7 years ago
xuwei06 25ecd2061a Use CopyFromVector for assign_value_op
7 years ago
xuwei06 7306aab61d GetActualKernelType => GetExpectedKernelType
7 years ago
xuwei06 ce233796ea assign_value operator
7 years ago
Abhinav Arora f784dae3da Fix the documentation for elementwise op in fluid layers
7 years ago
whs 59bf85d914
Merge pull request #7325 from kuke/sequence_erase_op
7 years ago
wanghaoshuang 89de5d5e66 Fix cuda kernel of sequence scale functor
7 years ago
gongweibao da3087ada1
Async GRPC sendrecv (#7133)
7 years ago
wanghaoshuang 9eb3fb2946 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into warpctc
7 years ago
wanghaoshuang b1af5e435f 1. Fix warpctc grad op
7 years ago
Yibing Liu fe0ef91a3f fix ci error in edit_distance_op
7 years ago
Yibing Liu f3dcd00603 Merge branch 'develop' of upstream into ctc_edit_distance_dev
7 years ago
Yu Yang 6cff3c96db
Merge pull request #7381 from reyoung/feature/refine_get_places_op
7 years ago
Yibing Liu f594ca4369 Reuse the usable variable in edit_distance_op
7 years ago