Commit Graph

119 Commits (6cebbd7bcb9d9a88aa482efd38ecfc3a5d4e9fa9)

Author SHA1 Message Date
Yancey1989 6cebbd7bcb update
8 years ago
Yancey1989 ba9f4c7873 fix test_recv_op
8 years ago
Kexin Zhao 64c5c8f8b0
Merge pull request #9269 from kexinzhao/softmax_cudnn_fp16
8 years ago
Kexin Zhao b9e6364e3c
Merge pull request #9267 from kexinzhao/new_relu_fp16
8 years ago
Kexin Zhao 4eaa789730 resolve conflict
8 years ago
tensor-tang 7260e3a443
Merge pull request #9214 from jczaja/prv-softmax-mkldnn-operator-PR
8 years ago
Jacek Czaja 3b95b55f07 - Softmax MKLDNN primitive integration
8 years ago
Kexin Zhao ed2bc194c5
Merge pull request #9176 from kexinzhao/batch_norm_fp16
8 years ago
fengjiayi 809530f418 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into dev_MultiEpochReader
8 years ago
fengjiayi 7c041e48f4
Merge pull request #9182 from JiayiFeng/dev_MultipleReader
8 years ago
Kexin Zhao 70e7122785 initial commit
8 years ago
Kexin Zhao 018f3bda3d small fix
8 years ago
Kexin Zhao d60180af39 inital commit
8 years ago
Kexin Zhao c1e9b1e37e
Merge pull request #9231 from kexinzhao/elementwise_add_fp16
8 years ago
Qiao Longfei 37a272e670
add executor.prepare (#9022)
8 years ago
fengjiayi a944d57181 refine code
8 years ago
fengjiayi a4f397fb68 add an unittest
8 years ago
fengjiayi 2532b922dc Add more unittests and fix bugs
8 years ago
fengjiayi f863866471 Add an unitest
8 years ago
Yang yaming 381c6a026d
Merge pull request #9100 from pkuyym/fix-9049
8 years ago
Kexin Zhao d307b5e4a6 Merge remote-tracking branch 'upstream/develop' into elementwise_add_fp16
8 years ago
Kexin Zhao 5271c32d24
Merge pull request #9223 from kexinzhao/dropout_fp16
8 years ago
Kexin Zhao 3da094fd7b rearrange test
8 years ago
Kexin Zhao 509c8399b8 address comments
8 years ago
yangyaming 2f2c5f5e60 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix-9049
8 years ago
Kexin Zhao 4bf168b274 add fp16 kernel for elementwise add
8 years ago
Kexin Zhao 18d616ed70 add float16 arithmetic operators on new GPU
8 years ago
Kexin Zhao d03dbb97f9 remove AttrType
8 years ago
Kexin Zhao 05ad15832a initial commit
8 years ago
yangyaming 869a6f9cea Add python wrapper.
8 years ago
yangyaming 332b665fc7 Enhanced cpp implementation and unit test.
8 years ago
Kexin Zhao 6ec0f91273 decrease atol
8 years ago
Kexin Zhao e870947cfd fix batch norm fp16 param type
8 years ago
Kexin Zhao 3233b2b323 update test
8 years ago
Kexin Zhao 5e36757c37 fix test
8 years ago
Kexin Zhao 151cfff90b add more tests
8 years ago
Kexin Zhao 0a95a44b9a add python batch norm inference test
8 years ago
Kexin Zhao df99b16a16
Merge pull request #9167 from kexinzhao/pool2d_fp16
8 years ago
Kexin Zhao dfec1df14f address comments
8 years ago
Kexin Zhao 3f5705c346
Merge pull request #9148 from kexinzhao/cast_op_fp16
8 years ago
Kexin Zhao bfbc25bdb8 add fp16 pool2d support
8 years ago
yangyaming 58730ba131 Enhance unit test.
8 years ago
Kexin Zhao 8e7310146f
Merge pull request #9143 from kexinzhao/numpy_conv2d_pool2d_fp16
8 years ago
Kexin Zhao 6ef4f1f8c0 small fix
8 years ago
Kexin Zhao f3c5e81556 add fp16 for cast op
8 years ago
qingqing01 7c1a0b77a0
Delete the detection_output_op, which had been split into several operators. (#9121)
8 years ago
Kexin Zhao e967d19b0a add more tests
8 years ago
Kexin Zhao a13ec3432a fix test error
8 years ago
Kexin Zhao e4de5dc347 add conv2d fp16 support
8 years ago
qingqing01 1cd700d8e8
Fix bug in LRN operator. (#9124)
8 years ago