Commit Graph

28 Commits (8e02870ce2780c662802caf8ce0c5fd34191d25b)

Author SHA1 Message Date
guosheng f74dff97ea Refine the activation type in the GRU operator related
7 years ago
dangqingqing a8e18549c2 Fix the clang format.
7 years ago
qingqing01 d760b6a58d Refine the activation type getting in the LSTM operator to speed.
7 years ago
qingqing01 e5b51c4d10 Make lstm_op follow google code style.
7 years ago
guosheng 1ab03d49d5 Fix gru_op related code style in gpu_kernel
7 years ago
guosheng 3e552cdcac Fix gru_op related code style
7 years ago
dangqingqing 4098ce730b Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into lstm_fix
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
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 1d85b2bd17 Refine GRU Operator according to activation_functions
8 years ago
guosheng 4b8bcf320f Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into add-GRUOp-dev
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 83b48ebcb7 Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into add-GRUOp-dev
8 years ago
dangqingqing 1c8a0c4bd4 Refine activation function pointer for LSTM operator.
8 years ago
guosheng b87eabae56 Add GRU Operator
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
Yu Yang 65906ef1d0 Several Enhancement
8 years ago
dangqingqing 17e33738f2 Enhance unit testing and fix bug.
8 years ago
dangqingqing 8bec26be03 Add missing file of math/detail/CMakeLists.txt
8 years ago
dangqingqing d1fbf50b9e Add unit testing for forwad implementation.
8 years ago
dangqingqing 2a8dbd130d LSTM Operator forward implementation.
8 years ago
dangqingqing 3cace73701 Add lstm implementation.
8 years ago