Commit Graph

192 Commits (524ccba4fe9610285ae8c9f9194e7aa952c3540b)

Author SHA1 Message Date
dangqingqing 524ccba4fe Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into cmake_speed
8 years ago
dangqingqing f5e367655e Use G++ to compile some cu operators.
8 years ago
dzhwinter 23b9bc0a6f
"fix ci failed" (#5567)
8 years ago
emailweixu 58b4c9af34 Fixing duplicate struct name TensorSetConstant. (#5532)
8 years ago
Tao Luo 03fa1edc20
Merge pull request #5512 from luotao1/intel
8 years ago
Luo Tao 7835d49384 remove PADDLE_USE_MKL
8 years ago
dangqingqing 4098ce730b Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into lstm_fix
8 years ago
Yu Yang b4e1824363 Fix CI
8 years ago
Yu Yang 0708a1550c Fix CI
8 years ago
Yu Yang aadb098138 Add `op::math::set_constant` without template
8 years ago
qingqing01 58db07b7bb Check errors for the cuda kernel calls. (#5436)
8 years ago
dangqingqing ed2d30b5f9 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into lstm_fix
8 years ago
dangqingqing d94c936bd5 Enhance unit testing.
8 years ago
dangqingqing 7abd1bdfff Fix cmake error when building with WITH_AVX=OFF.
8 years ago
dangqingqing d851dafed5 Update and resolve conflicts.
8 years ago
dangqingqing 0c70bd28aa Enable initial hidden state and cell state in LSTM Operator.
8 years ago
Tao Luo 0977cbfb41
Merge pull request #5310 from qingqing01/fix_max_pool
8 years ago
guosheng e3d15eee12 Add TODO in the GRU Operator related
8 years ago
guosheng 56bae5c3da Fix activation_functions in gru_gpu_kernel
8 years ago
guosheng c4f7f3a562 Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into add-GRUOp-dev
8 years ago
guosheng 1d85b2bd17 Refine GRU Operator according to activation_functions
8 years ago
dangqingqing 4c9be1a997 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_max_pool
8 years ago
guosheng 4b8bcf320f Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into add-GRUOp-dev
8 years ago
guosheng faad835166 Refine GRU Operator by following comments
8 years ago
dangqingqing 1c004a4913 Resolve conflicts.
8 years ago
dangqingqing afc6343e6f Refine sequence max-pooling and add unit testing of gradient check.
8 years ago
dangqingqing 29a9f9b5ea Refine code format and fix threads number.
8 years ago
dangqingqing 5a4cdbb3df Fix check bug.
8 years ago
dangqingqing 1f53a72f10 Reduce the threads number in the LSTM backward kernel to fix the error occurred in GPU GTX 1080.
8 years ago
guosheng 23a631d462 Fix End of Files in GRU Operator
8 years ago
guosheng 83b48ebcb7 Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into add-GRUOp-dev
8 years ago
dangqingqing c0005d5862 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into lstm_fix
8 years ago
dangqingqing 7061e0139f Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into lstm_bp
8 years ago
dangqingqing 1c8a0c4bd4 Refine activation function pointer for LSTM operator.
8 years ago
guosheng 9162629b04 Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into add-GRUOp-dev
8 years ago
guosheng b87eabae56 Add GRU Operator
8 years ago
chengduo 0f9858a1c9
Merge pull request #5130 from chengduoZH/fix_sequence_conv_op
8 years ago
chengduoZH b08ae0b1dc fix code format and doc
8 years ago
dangqingqing 1d7c03e789 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into lstm_bp
8 years ago
dangqingqing b50c33fd00 Use fixed activation in the lstm kernel, since there is some bug in the activation function pointer. It will be fixed later.
8 years ago
QI JUN 008f40ce09
support sparse output for lookup table grad op (#5145)
8 years ago
chengduoZH b9edcc4a1b sss
8 years ago
QI JUN 7f8574c0f5 add sparse support for sum op (#5093)
8 years ago
chengduoZH db1bb8224a follow comments
8 years ago
chengduo 8e3ecf5d11 Merge pull request #4814 from chengduoZH/Add_sequence_project_op
8 years ago
dangqingqing bd680f157f fix compiling warning.
8 years ago
chengduoZH 99c6f44a5a follow comments
8 years ago
dangqingqing bcc0dad7df Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into lstm_bp
8 years ago
dangqingqing ac3370a467 Add unit testing for gemv and fix the gradien check for bais.
8 years ago
chengduoZH dcb3da591e refine code
8 years ago