Commit Graph

53 Commits (1943119fc5f98f6b552ebb6d180346b9c27adb8e)

Author SHA1 Message Date
Gabor Buella da9c94da33 Clang build fixes (#15628)
6 years ago
Qiao Longfei 9b4fe283e1 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into multithread-sparse-adam
6 years ago
chengduo 46d01d798e
Revert "Revert "Remove workspace_handle in conv_cudnn (#15186)"" (#15290)
6 years ago
chengduozh 358e657f68 Revert "Remove workspace_handle in conv_cudnn (#15186)"
6 years ago
chengduo 064512aa47
Remove workspace_handle in conv_cudnn (#15186)
6 years ago
Qiao Longfei 44b300556d change min_row_size_to_use_multithread to parameter of adam
6 years ago
Qiao Longfei 87b4eb1da4 change min_param_size_to_use_multithread to min_row_size_to_use_multithread
6 years ago
Qiao Longfei 17b1b660fc Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into multithread-sparse-adam
6 years ago
Xin Pan 087af6a686
Merge pull request #15131 from panyx0718/clean
6 years ago
Xin Pan 9186451f60 hide GetTensor
6 years ago
minqiyang 2547f9d1b8 Polish code
6 years ago
minqiyang 858e903231 Add unittest for operator
6 years ago
minqiyang 6a5f604607 Support stop_gradients var in imperative backward
6 years ago
Xin Pan b91a7a9d30 clear operator changes
6 years ago
Xin Pan f52b514dcd call kernel
6 years ago
Xin Pan 61491ce250 clean
6 years ago
Xin Pan ce7e503cbe refactor to avoid scope.
6 years ago
Qiyang Min 0238a3bb4f
Merge pull request #14972 from velconia/accelerate_lstm
6 years ago
Qiao Longfei 3b294e2e2e Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into multithread-sparse-adam
6 years ago
Qiao Longfei d76bda50c4 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into multithread-sparse-adam
6 years ago
Xin Pan 969ad966ba all converted
6 years ago
minqiyang 679d1a9e0b Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into accelerate_lstm
6 years ago
Xin Pan 70981f5d79 clean
6 years ago
Xin Pan eaf8ba35b5 change input
6 years ago
Xin Pan 840e6729e2 inject context
6 years ago
Xin Pan bbff0df320 try cache variables
6 years ago
minqiyang aa41ee75a1 Accelerate PADDLE_ENFORCE
6 years ago
Qiao Longfei fac8702269 adam support multithread
6 years ago
baojun-nervana d5ee05e6c3 Replaced VarIsTensor
6 years ago
baojun-nervana e6bd53be60 Named to RuntimeInferShape
6 years ago
baojun-nervana caf4b937b3 Added RunInferShape
6 years ago
Xin Pan 3e665862b8 Protect important header files.
6 years ago
Yan Chunwei a7188d5bc7
fix executor transfer cache bug (#14518)
6 years ago
wopeizl d9a1f3e58e Windows/online (#14474)
6 years ago
Michal Gallus 4e54ab76ec Add HasAttr method to Operator
6 years ago
chengduo c5b6573a5a
Fix input<tensor> (#14208)
6 years ago
chengduo 2ccf77d1c1
Refine GetTensorFromVar (#14160)
6 years ago
chengduo 2f639113ee
Fix sum_op's GetExpectedKernelType (#14112)
6 years ago
dzhwinter 97636a9fcf
"fix link error" (#13545)
7 years ago
yuyang18 4e4438a8aa
Remove Op::Clone method
7 years ago
yuyang18 3b00ed81a9
Make Kernel registed as a function
7 years ago
yuyang18 9faf5a39c5
Refactor Operator.cc, and clean code
7 years ago
fengjiayi dc8e0b494d fix bugs in the implementation of 'HasInput' and 'HasOutput'
7 years ago
qiaolongfei 3b4124a778 code clean
7 years ago
Yiqun Liu b7026f79a9
Fix a bug related to dispensable inputs and refine the inference unittest (#10527)
7 years ago
Yiqun Liu 6084af47ef
Fix the bug when a input variable of op is dispensable. (#10268)
7 years ago
Yang Yang(Tony) 81dfc0cf0e
Clean up unused code in operator class (#10035)
7 years ago
qiaolongfei e66bd4cb73 add GetDataTypeOfVar
7 years ago
Abhinav Arora c7ad26d6a4 [WIP] Move DataType enum inside VarType (#8447)
7 years ago
qingqing01 24509f4af9 Fix the grammar in copyright. (#8403)
7 years ago