Commit Graph

9250 Commits (a61d09527bb917de7b763d6d65a6b75ee25db542)

Author SHA1 Message Date
Zhong Hui a61d09527b
Fix the integer overflow problem of sequence2batch (#22479)
6 years ago
cc 197913ebe1
Add weight quantization in post_training_quanzitaion (#22445)
6 years ago
Yiqun Liu dcfb603897
Enable the detection of subgraph composed of grad ops (#21223)
6 years ago
Tao Luo 7c9ce097f1
refine reshape_op shape error message (#22480)
6 years ago
LielinJiang 2b1386b2b2
optimize performance of interpolate op (#22436)
6 years ago
wangchaochaohu 77dd0d97bb
use enum class to replace the usage of enum in some condition test=develop (#22464)
6 years ago
Yiqun Liu 44b45b9f07
Correct the use of DeviceContext in unittest sequence_pooling_test and sequence_padding_test (#22456)
6 years ago
joanna.wozna.intel 17f2c0899f
Add dequant-scale squash (#22409)
6 years ago
mapingshuo 9c4deedbc2
update readme of imdb training demo (#22455)
6 years ago
Zhaolong Xing ceda0b9b1a
[Fix BUG]: Core when multi thread + clone + paddle-trt (#22442)
6 years ago
Wilber 7bc4b09500
add WITH_NCCL option for cmake. (#22384)
6 years ago
Tao Luo 943cb8c664
fix sigmoid cudnn bug (#22439)
6 years ago
xujiaqi01 d51ffe860a
fix copy table bug (#22432)
6 years ago
Leo Chen 822e5b36ec
Support int16 for Tensor (#22423)
6 years ago
石晓伟 e1b0d7cbb1
remove anakin from code, test=develop (#22420)
6 years ago
liu zhengxi 0404e7a985
Update the precision of pad, pad2d, pad_constant_like's unit tests from fp32 to fp64 (#22394)
6 years ago
xujiaqi01 371f377bea
add GeneralRoleMaker (#22295)
6 years ago
Michał Gallus 269db0d1d1
[DNNL] Fix accuracy in INT8 FC (#22404)
6 years ago
joanna.wozna.intel fb3086fd57
[UT coverage]Remove unnecessary transpose op registration (#22402)
6 years ago
lidanqing ade5022681 [UT Coverage]Improve sum_mkldnn_op line coverage (#22275)
6 years ago
joanna.wozna.intel 3099d9d47c Restore requantize squash (#22399)
6 years ago
Wojciech Uss 92462e948d improve elementwise_add_mkldnn_op test code coverage (#22359)
6 years ago
ceci3 20f30dd604
add benchmark flag for conv_transpose (#22389)
6 years ago
Leo Chen b96c7c9a7a
polish code, test=develop (#22380)
6 years ago
Chengmo 8f36c39537
Fix GEO-SGD init & send Bug (#22375)
6 years ago
zhupengyang c6f888e5a5 update unittest accuracy to float64 for relu, prelu, maxout (#22273)
6 years ago
wangchaochaohu 0d8b222b79
Optimize the depthwise op test=develop (#22265)
6 years ago
Leo Chen aaa4fe491a
use function instead of lambda, test=develop (#22348)
6 years ago
Adam e7a9f6bbb7 [Bugfix] Preserve shape in inpalce operators (#22360)
6 years ago
qingqing01 2d20869c94 Fix infer_shape in compling for elementwise_op (#22291)
6 years ago
Yiqun Liu b7cac50b64
Implement a common python unittest to test the ir passes. (#22209)
6 years ago
tangwei12 82bc814a57
integrated HALF_ASYNC to communicator (#21869)
6 years ago
wangchaochaohu 1e932eccfa
remove unused code test=develop (#22327)
6 years ago
Leo Chen 3e5744aa65
Remove unused inputs for some operators (#22284)
6 years ago
zhangchunle 805328e13b fix typo in error message (#22312)
6 years ago
lidanqing 895f8da7d6 change std::cout to log(INFO), vlog (#22316)
6 years ago
石晓伟 8cb04664b9
revert paddle_fluid.map, test=develop (#22236)
6 years ago
Chen Weihang 35efbe6d95
Speeding up dygraph DataLoader with multiprocessing (#21762)
6 years ago
Zeng Jinle 9435533adf
remove op_use_default_grad_op_maker.spec, test=develop, test=document_fix (#22300)
6 years ago
Bai Yifan faba4b116a
Remove disable flag in test_fsp_op.py (#22171)
6 years ago
Zhen Wang e40cfb1010
fix the bug of assert_is_op_output. test=develop (#22262)
6 years ago
Wojciech Uss d3a6647372 improve placement pass tests code coverage (#22197)
6 years ago
liu zhengxi 07afc29e90
Make api.cc malloc consistent with paddle_api.h for PaddleBuf (#22255)
6 years ago
silingtong123 4f1da4adcb remove the useless third_party library from C++ inference library (#22021)
6 years ago
zhouwei25 549e6de7ac faster build by reduce by-product, reduce linking library and fix compile warning of std=c++11 (#22164)
6 years ago
xujiaqi01 e3a457d34b
add collective communication library in fleet (#22211)
6 years ago
Zhen Wang f2522e91c4 fix the type error caused by setting bool attr in OpDesc. test=develop (#22257)
6 years ago
Zeng Jinle 1b76e789cf
remove cuda allocator ctor, test=develop (#22212)
6 years ago
Adam 9942d9ed5c Add caching mechanizm to requantize_mkldnn_op (#22223)
6 years ago
Wilber 1230c110cb
[fluid-lite] adjust to relative error (#22232)
6 years ago