Commit Graph

17630 Commits (0e101c4f6fd4f2d038d725ecae5729d904ef694e)

Author SHA1 Message Date
Pei Yang 8182337096
clear pass logs (#27434)
4 years ago
furnace 13a4c74efd
add mv op(c++, python, unit test) (#27024)
4 years ago
LutaoChu f11a53ee76
Optimize argsort Op performance on GPU
4 years ago
ceci3 1d3b27cae8
add double grad compute for batch norm (#27296)
4 years ago
Shang Zhizhou d93661942e
fix bug sequececonv_eltadd_relu_fuse_pass (#27404)
4 years ago
Leo Chen aba759ba16
[Feature] Enhance inplace addto strategy for gradient accumulation in static graph (#27112)
4 years ago
LutaoChu 669efb98de
Fix bug: shapes of Topk outputs are wrong when the parameter k is Tensor
4 years ago
Wilber 39546aa2f3
Add pass compatible and unit test. (#27377)
4 years ago
huangxu96 02606d45ef
Quant op dev (#25932)
4 years ago
Leo Chen bbc84e0fe0
Refine error msg in paddle/fluid/framework/details [part 1] (#25631)
4 years ago
MRXLT f936adbd2d
fix adam (#27343)
4 years ago
tangwei12 99626502f7
【paddle.fleet】gloo and util (#27213)
4 years ago
Pei Yang a5ef246cac
Optimize emb_eltwise_layernorm_plugin and support fp16 (#27128)
4 years ago
yaoxuefeng d726fd5e86
enhance dataset err msg (#27363)
4 years ago
guofei 9fdcfe8981
Support python3.8 (#26850)
4 years ago
Pei Yang fd7ab4e63c
register pass compatibility (#27357)
4 years ago
haozech 7e6dfcf9b2
Add 3 pass version check (#27283)
4 years ago
GaoWei8 1a7559718e
fix cudnn dyload (#27308)
4 years ago
wawltor b6a4349dd4
fix the error message for the math dir
4 years ago
HappyAngel 01659a6961
Polish operators error message in average_accumlate OP (#27268)
4 years ago
Shang Zhizhou 3c11717988
add op version checker to ir passes (#27329)
4 years ago
furnace 515efe4240
add empty_like op (python, and unit test), use c++ implementation of empty op, (#27287)
4 years ago
Yi Liu e9a0fbfff2
OP报错信息优化 (#27301)
4 years ago
tianshuo78520a da583edf6d
Fix paddle build install requirements (#27378)
4 years ago
Jack Zhou 63203c4abc
enhance reduce op which can reduce tensor with arbitrary rank
4 years ago
YUNSHEN XIE fd496fa9a3
modified the ut name with test_dist (#27315)
4 years ago
lilong12 9f9d15e285
fix the bug of non-exit, test=develop (#27350)
4 years ago
chalsliu d773c6c94e
Support precision test
4 years ago
ShenLiang 9ee77b1f41
Fix elementwise_floordiv op (#27352)
4 years ago
Zhou Wei ebc6d54446
fix cache file judge (#27369)
4 years ago
ShenLiang 54b81fa32c
add adaptivelsgd in meta_optimizer (#27289)
4 years ago
Jack Zhou 6e29c2da05
Error description optimize for the math dir
4 years ago
Zhou Wei f992f8d7ef
fix judge cache file of inference api more accurate (#27175)
4 years ago
Jacek Czaja 4582f697b6
- Fix to concat oneDNN overwritting data (#27273)
4 years ago
ShenLiang c296618c94
fix error message in broadcast/allreduce/gather (#27302)
4 years ago
Chen Weihang 4f9d6529fe
Polish framework error message part 7 (#27266)
4 years ago
wawltor 4e8582fe5a
update the error message check for the some ops
4 years ago
wawltor d003573f90
add the error message check for the some operator
4 years ago
Wilber dae62556cb
Enhance infer error info message (#26731)
4 years ago
Leo Chen 4c8ea492cd
use shared dev_ctx (#27313)
4 years ago
wanghuancoder 696a39e2f3
use clcache in windows (#27279)
4 years ago
Shang Zhizhou 47fdc60ecc
Optimize slice trt plugin (#26970)
4 years ago
Wilber f827665ae6
[Pass Compatible] Bind python compatible. (#27262)
4 years ago
石晓伟 bd77a4258d
error messages of inference/tests, test=develop (#27259)
4 years ago
Chen Weihang dafb0e3bb7
Polish framework error message part 6 (#27257)
4 years ago
Shang Zhizhou e6e2e53782
Optimize error report (#27254)
4 years ago
GaoWei8 ee1ed42c99
change sequence length attribute to input (#27193)
4 years ago
Pei Yang 3ae3b86489
fix trt_dynamic_shape_ernie_deserialize_test (#27290)
4 years ago
joanna.wozna.intel 1483ea2304
Add bfloat16 passes (#26999)
4 years ago
lilong12 bf461fa524
Improving error report message for sequence_expand op (#27245)
4 years ago
Zhong Hui bbad3414e8
Enhance the error messages for files in operators/math
4 years ago
Chen Weihang 79149c8ee6
polish framework error message part 8 (#27269)
4 years ago
Pei Yang aae41c6fca
refine error message related to paddle-TRT (#27256)
4 years ago
Zhen Wang d708b21074
Update amp_check_finite_and_scale_op and add an updating_loss_scaling op for static graph amp training. (#26240)
4 years ago
ShenLiang 2b6a5793fe
remove auto mode from localsgd optimizer (#27237)
4 years ago
Adam cc3f4b813a
Add int8 GRU kernel (#27220)
4 years ago
石晓伟 255e0cf978
error messages of inference/capi, test=develop (#27258)
4 years ago
Jack Zhou 9437ce36c4
Error description optimize for math dir
4 years ago
Zhang Ting 5c1bafbbc6
use eval to improve performance, test=develop (#25459)
4 years ago
lidanqing 5c4eed66fd
Fix GRU mkldnn kernel fail on look_table_v2 (#27198)
4 years ago
LoveAn 7745ad55ed
Add details to the summary for show more error informations (#27165)
4 years ago
Chen Weihang 33ff833af2
fix loaded no params layer run error (#27241)
4 years ago
Wilber f1ab288201
enhance inference error info. (#27251)
4 years ago
Wilber 1b84c0bf43
Lite subgraph refine predictor (#27167)
4 years ago
furnace 2e59769612
add empty op (c++, python, unit test) (#26659)
4 years ago
Zhou Wei f6be5989fd
Reduce the parallel compile count (#27187)
4 years ago
lilong12 c5f957ae38
add double grad for tile op and expand_v2 op (#27114)
4 years ago
lilong12 58a88ba9af
add double grad for expand (#27183)
4 years ago
Qi Li 7c7fbd3218
fix error msg of fused_embedding_fc_lstm_op, test=develop (#27231)
4 years ago
Qi Li 78446ecdba
[UT] fix run type of ut test cases of test_train_recognize_digits and test_api_impl, test=develop (#27218)
4 years ago
Jacek Czaja e005861598
[oneDNN]Introducing oneDNN 1.6 (#27137)
4 years ago
ShenLiang 5bd84b22c4
revert divide (#27202)
4 years ago
wawltor fde5cfe881
fix the CudaPinMemory bug for the equal op (#27176)
4 years ago
zhupengyang cc3306f7c8
restruct logsumexp to speed up compiling (#27191)
4 years ago
Steffy-zxf 50e60e8779
update error info for selected_rows_functor
4 years ago
Wilber edd962b1d0
Add 2.0 inference api doc. (#27125)
4 years ago
JZ-LIANG 5d039f4086
modified the implement of Lars optimizer (#26733)
4 years ago
wangchaochaohu c71d79b1d2
[cuda11 support] change the CMakeLists to support the cuda11 (#27124)
4 years ago
Qinghe JING 43b0445b29
Add double grad in reduce sum (#27115)
4 years ago
kinghuin ed292695c5
optimize the error message for math dir
4 years ago
yongqiangma 4558d395e9
fix Norm op error (#26771)
4 years ago
LielinJiang 4d7d661249
Fix kl and summary bug (#27132)
4 years ago
WeiXin 13804ed80c
Error msg/polish tensor error msg (#26976)
4 years ago
whs eb01976037
[2.0 API]Add checker in grid_sample_grad op (#27126)
4 years ago
wangguanzhong a28ae86e11
Enhance ops to support LoD as input for dygraph detection models. (#25316)
4 years ago
Zhou Wei 753a0748ee
Temporarily turn off WITH_INFERENCE_API_TEST (#27170)
4 years ago
YUNSHEN XIE d4710163eb
add timeout unittests retry (#27152)
4 years ago
LielinJiang 8df5b4d608
Add correlation api to contrib (#27015)
4 years ago
LoveAn cbcd5e407a
Fix problem that target name already exists when there isn't model data cache, test=develop (#27142)
4 years ago
kinghuin 1b102dd552
optimize the error message for unpooling.cc
4 years ago
Pei Yang 5fb8c92054
fix multihead matmul shared params (#27121)
4 years ago
xiaoting 58f3ef982a
fix typo for interp_v2,test=develop (#26843)
4 years ago
LoveAn ed2f57cc42
Restore file changes caused by pre-commit (#27105)
4 years ago
YUNSHEN XIE 9fd5eae81d
add failed unittests retry on mac system (#26813)
4 years ago
YUNSHEN XIE 92bf0d47e3
add failed unittests retry on win system (#26823)
4 years ago
wangchaochaohu 5af81f833c
fix gpu kernel for numel Op (#27085)
4 years ago
Wilber 632125415c
Refine python inference api (#26958)
4 years ago
YUNSHEN XIE b150f2b3a6
disable test_trt_dynamic_shape_ernie_ser_deser,test=document_fix (#27059)
4 years ago
zhupengyang 19ca6d9dd2
add .part to speed up compile (#27044)
4 years ago
LoveAn fab8bbf25b
Modify data download function and support unittests of inference APIs on windows (#26988)
4 years ago