Commit Graph

5026 Commits (develop)

Author SHA1 Message Date
Huihuang Zheng cf43a321a8
[Dy2stat] Refactoring tensor_shape_transformer.py to Fix Change after Assign Bug (#31082)
5 years ago
tangwei12 0e4b154298
fix dist fleet ctr ut (#31087)
5 years ago
Zhou Wei adaec0073d
[2.0Custom OP]Support New Custom OP on Windows (#31063)
5 years ago
Chen Weihang 6beeafe797
[CustomOp] Add more dispatch marco for users (#31058)
5 years ago
TTerror d5323dab41
add squeeze_op/unsqueeze_op on kunlun;fix conv op and parallel executor;optimize lookup_table op (#31056)
5 years ago
123malin 16b4260b2f
test=develop, save/load, shrink (#30625)
5 years ago
Shibo Tao 4424aac608
export paddle.static.normalize_program method. (#31072)
5 years ago
liym27 5b367dab44
[static setitem] Support the index is Tensor; step>1; step<0 .(#30949)
5 years ago
Huihuang Zheng ef627ac5b9
Fix that convert_var_shape doesn't support slice like [0:], test=develop (#31051)
5 years ago
Jacek Czaja f7465641c3
Added reshape grad bf16 (#31035)
5 years ago
Aurelius84 4dbe16c48f
[CustomOp] Refine name argument in setup (#31049)
5 years ago
Aurelius84 f2dc29a9fa
[CustomOp] Support output dtypes in generated Python API (#31045)
5 years ago
ShenLiang 9401173e3a
Remove scale loss before reduce in dygraph (#30807)
5 years ago
Kaipeng Deng c4ddc3ab0d
fix dataloader collate return list mix tensor and numpy array (#30904)
5 years ago
Guanghua Yu 5b267474a9
add offset parameter in roi_align,generate_proposals.etc ops (#30864)
5 years ago
Chen Weihang 75f81233ae
fix regex error & simplify marco name (#31031)
5 years ago
Pei Yang 9b54fe4154
add trt transpose and flatten converter (#31022)
5 years ago
Aurelius84 4c9f96c902
[CustomOp] Support Compile multi ops at same time (#30920)
5 years ago
joanna.wozna.intel caf9d39839
Add Conv Transpose BF16 (#30877)
5 years ago
Huihuang Zheng cbbe127483
Refine fake_interface Error Message (#30981)
5 years ago
Huihuang Zheng c137578341
Add Support for Tuple in for Loop (#30998)
5 years ago
Wojciech Uss 2497f4392f
Handle missing symlink method on Windows (#31006)
5 years ago
Aurelius84 5653c3a488
[CustomOp] Check Compiler ABI compatibility (#30869)
5 years ago
WeiXin 8ab29f4bea
delay timeout of unnittest 'test_static_save_load'. (#30975)
5 years ago
Chen Weihang f649442ddd
New custom operator extension mechanism (#30690)
5 years ago
Chen Weihang 010f2caa23
try to fix reader and signal test failed (#30960)
5 years ago
liym27 12c15bebe4
[Static setitem] Support index is ellipsis for setitem in static mode (#30836)
6 years ago
liuyuhui 87197f8c2e
[kunlun]fix sync in multi kunlun xpu dygraph training. (#30943)
6 years ago
wanghuancoder 823f499a8a
fix a bug of Sequential::__getitem__ (#30899)
6 years ago
Jacek Czaja 9e527d9956
[oneDNN] Added basic changes for elementwise_add_grad bf16 (#30925)
6 years ago
liuyuhui 4a8b8b4547
[Kunlun] add gen_bkcl_id_op, support multi XPU cards training using multiprocess (#30858)
6 years ago
Jacek Czaja abfa822650
[oneDNN]Extended adaptive pooling support for oneDNN pool kernel (#30757)
6 years ago
cucuzg ac2e2e6b7f
add clip_by_norm on kunlun, *test=kunlun (#30862)
6 years ago
wawltor b7560a59ab
fix the broadcast for the large second input (#30818)
6 years ago
JamesLim 6e1e036a75
Implement cuda kernel for index_sample. (#30380)
6 years ago
AshburnLee 666efc2336
Call new cudnn batch norm API regardless of data type and data layout (#30157)
6 years ago
石晓伟 2ac4143b6c
support xpu with analysis predictor, test=develop (#30832)
6 years ago
joejiong 05d2b7a37f
Update paddle.static.Print with paddle2.0 api (#30846)
6 years ago
Aurelius84 e49d0746dd
[CustomOp] Support install as Package and Add load interface (#30798)
6 years ago
Adam Osewski 4f066e316e
Layer normalization fuse pass. (#30721)
6 years ago
WangXi b1026f64af
【kunlun】dygraph supports multi xpu card training (#30671)
6 years ago
Shang Zhizhou b909450994
fix trt plugin clone and initialize bugs in TRT7.1+ (#30709)
6 years ago
Shang Zhizhou 200ee33df8
fix unittest random error (#30808)
6 years ago
xiemoyuan db87087283
Optimize the encoder of Transformer. (#30439)
6 years ago
WangXi 31ed9c9eed
Fleet distributed strategy support pure fp16 (#30754)
6 years ago
Aurelius84 2c974cc316
【CustomOp】support setup.py to compile custom op (#30753)
6 years ago
Wojciech Uss fc00240575
A fix for oneDNN matmul kernel. Fixes issue #30309 (#30723)
6 years ago
WeiXin 3491acfb1e
Split unittest. (#30727)
6 years ago
liu zhengxi fef3654b4e
upgrade gather_tree to core.ops (#30697)
6 years ago
jakpiase f8da5536ed
REUPLOAD Added vanilla LSTM and LSTM with peepholes oneDNN fp32 kernel (#30719)
6 years ago
liym27 13ef444fa6
[Dy2Stat] Fix error message when the message has more than one lines. (#30714)
6 years ago
Tao Luo 824a79d383
Revert "Added vanilla LSTM and LSTM with peepholes oneDNN fp32 kernel (#30661)" (#30708)
6 years ago
jakpiase d834f4e6e8
Added vanilla LSTM and LSTM with peepholes oneDNN fp32 kernel (#30661)
6 years ago
Leo Chen 1a13626f5f
polish printing dtype (#30682)
6 years ago
WangXi a28a202603
fix test_gen_nccl_id_op failed (#30686)
6 years ago
chentianyu03 fb7fbc7a5d
fix abs bug and add abs test case (#30637)
6 years ago
ShenLiang 9514b4aa5f
Fix scatter grad bug (#30604)
6 years ago
Qi Li 1f5841c2a0
[ROCM] update cmake and dockerfile, test=develop (#30598)
6 years ago
Zhen Wang 4a9de931a2
Fix the bug in fleet amp_init. (#30606)
6 years ago
TTerror 10271ddfc4
support reduce_max op on kunlun (#30581)
6 years ago
WeiXin ca33821475
延长单测'test_static_save_load'超时 (#30599)
6 years ago
chentianyu03 358106fcb0
make abs op support complex types (#30375)
6 years ago
huangxu96 138620084c
Add fleet amp_init() (#30572)
6 years ago
lilong12 8126a41d73
fix the bug of all_reduce pipeline gradient multiple times (#30437)
6 years ago
Aurelius84 621bc4f771
[Dy2static]Fix paddle prefix in is_paddle_api (#30569)
6 years ago
Aurelius84 5067e3a8d2
[Dy2Static]Enhance check of TracedLayers out vars (#30576)
6 years ago
liym27 ff25c5b36f
Fix bug: GetAttrValue should deal with attr with attrType vector<double> (#30536)
6 years ago
WangXi 572c466d19
[Prepare for MultiProcess xpu] unified gen nccl id, refine imperative reducer (#30455)
6 years ago
ykkk2333 549855ac20
add rmsprop_op_xpu test=kunlun (#30493)
6 years ago
Leo Chen 7043b8cfc6
support layer_norm fp16 in dygraph amp (#30430)
6 years ago
Zhang Ting 66c514ce83
[2.0 API] device guard (#30307)
6 years ago
WangXi 7a0a576e51
fix adamw lr_to_coeff is fixed when dygraph (#30526)
6 years ago
WeiXin c0fb03a0dc
Supplement PR29988(https://github.com/PaddlePaddle/Paddle/pull/29988) (#30507)
6 years ago
hutuxian 40ede12631
Ascend Framework Part1: OP & Wrapper (#30281)
6 years ago
gongweibao bdae7ed326
Fix potential port conflicts. (#30508)
6 years ago
QingshuChen 8489d4f76f
optimize batch_norm & pool op for kunlun (#30490)
6 years ago
taixiurong 5e5c2827a3
fix range op crash in dygraph xpu place (#30469)
6 years ago
WeiXin 18ecd433f5
Avoid bug on 'MAC python3.5/6'. (#30485)
6 years ago
JZ-LIANG 16ba0abc79
Recompute Offload: fixed bug in memcpy (#30484)
6 years ago
lijianshe02 d8a9ba56ef
fix random seed in nll_loss unittest test=develop (#30468)
6 years ago
guofei 11e78ebaa3
Modify the calculation logic of LambOptimizer (#29313)
6 years ago
pangyoki 13d757362c
Add Inplace strategy (Output reuse Input Varbase) in dygraph (#30103)
6 years ago
WeiXin e5bb4edb2c
perfect 'var_list' of static.load/fluid.load (#30457)
6 years ago
123malin 05f06d9ae1
test=develop, fix fleet.metric (#30438)
6 years ago
taixiurong 6a3c8725b0
support transformer v2.0 (#30381)
6 years ago
123malin 2a98e9323a
test=develop, add distributed_infer (#30300)
6 years ago
Chen Weihang ae1f32091a
fix prune input bug (#30384)
6 years ago
Huihuang Zheng cd5f11b822
Decrease Batch Size for Windows CI, test=develop (#30331)
6 years ago
Huihuang Zheng 017a534888
Decrease Mac Input Size Because of CI Short Memory (#30330)
6 years ago
QingshuChen 2c1bba02e4
optimize memcpy perf for kunlun (#30291)
6 years ago
ShenLiang a60f17b89d
Support unused parameters in dynamic graph distributed (#30224)
6 years ago
JZ-LIANG 75936d838f
Recompute Offload (#30233)
6 years ago
lidanqing a238298659
Skip some conv2d_int8 tests in windows (#30128)
6 years ago
Wojciech Uss fc42faffc2
Wojtuss/upgrade one dnn 2.0 (#30295)
6 years ago
YUNSHEN XIE da3ab010e0
disable test_pipeline (#30204)
6 years ago
chajchaj 113810c557
fix bug of celoss when using ignore_index and reduction (#30180)
6 years ago
Double_V 231501fefc
fix elugradgrad test fail & error message opt (#30171)
6 years ago
Zhen Wang fb49ea388e
Fix the accuracy problem of allclose op when using float64 data type in static mode. (#29890)
6 years ago
furnace 77051cc9f0
add fp16 support for tril_triu op (#30186)
6 years ago
liym27 b4989fb744
Support vector<double> as type of op attribute and op set_value suppport vector<double> as value (#30126)
6 years ago
furnace c6296b2b0e
fix empty op unit test fail sometimes (#30225)
6 years ago
AshburnLee 924aac2216
Add tf32 switch for cuDNN (#29192)
6 years ago
chentianyu03 c7371b7b20
type promotion for grad (#30177)
6 years ago
YUNSHEN XIE 42a6442a08
disable ut test_tsm on windows (#30017)
6 years ago
WeiXin edafb5465a
Fix bug for 'save mutiple method' (#30218)
6 years ago
gongweibao 8700a7bd90
Fix unittests bugs. (#30250)
6 years ago
Bai Yifan dd6f591991
fix test_pool3d_op timeout issue (#30248)
6 years ago
Huihuang Zheng c372a76303
Add Static Variable Clone (#30208)
6 years ago
XiaoguangHu 6bfdef727e
clean redundant API alias in 2.0 - part 2 (#30013)
6 years ago
wangchaochaohu af80859dd6
reduce the occupied size of memory for the fused pattern of elementwise_add Op and activation Op(relu Op for example) (#29885)
6 years ago
pangyoki da16b33f2e
add View(reuse allocation) strategy on squeeze, unsqueeze, reshape, flatten op (#29913)
6 years ago
huangxu96 be5c2e6050
fix windows bug (#29993)
6 years ago
Chen Weihang 3016ba852e
remove distributed prepare context (#30219)
6 years ago
Leo Chen 8696335f86
Fix dtype of ungenerated grad var (#28511)
6 years ago
Aurelius84 03e072736e
Skip convert tensor shape while using Paddle.shape (#30223)
6 years ago
liym27 ad55f609d5
[Dy2Stat] Don't convert to paddle.shape if var_x.shape is not negetive (#29965)
6 years ago
Leo Chen 1f97d61c68
Add callback after TensorCopy (#30123)
6 years ago
liym27 b2483d78a8
Fix test_slice: avoid unnecessary copying of TensorArray from subblock to parent block(#30168)
6 years ago
Chengmo 528e03fc08
【Paddle.Fleet】Fix tensor table (#30075)
6 years ago
Chen Weihang d0fb06b27f
[Complex] Simplify prepared op impl to improve performance (#30153)
6 years ago
Chen Weihang e503470700
try multi times for sys.exit (#30188)
6 years ago
WangXi 619c62bb48
fix adamw apply gradient (#30130)
6 years ago
wangchaochaohu 7dd551e08b
refine the paddle place support using str (#28769)
6 years ago
Chen Weihang 8020e34e7c
Simplify the options of spawn based on fleetrun (#30144)
6 years ago
tangwei12 4763e6bc4e
pre padding in dygraph (#30163)
6 years ago
123malin 198fbdfb60
Add Lookahead and ModelAverage Optimizer (#30004)
6 years ago
ceci3 6a19e41f1f
fix syncbn convert (#30158)
6 years ago
Leo Chen adac38c506
add dispenable input for core.ops.reshape2/expand/slice (#30072)
6 years ago
Zhou Wei 30888ca343
Polish and Optimize the print/repr information of Layer (#29998)
6 years ago
WeiXin f3a2392662
Extend the timeout for the (#30151)
6 years ago
Zhou Wei 9c99d37906
fix unittest failed on windows (#29837)
6 years ago
liym27 9922bd4125
Fix bug: In dynamic mode, if start or end is negetive, __getitem__ return wrong result(#30003)
6 years ago
ceci3 334247791a
add attribute for batch_norm (#29950)
6 years ago
Jiaqi Liu 2e8425b693
Fix beam search bug (#29824)
6 years ago
WeiXin f43e1d8c57
Support storage of large parameters (#29988)
6 years ago
chentianyu03 666e665132
change the kron gradient when complex types (#29995)
6 years ago
WangXi ab04997846
[fleet] combine amp and gradient merge, test=develop (#30086)
6 years ago
WangXi ee16006b5d
Optimization grad merge performance (#29784)
6 years ago
lilong12 9e51e3833f
update, test=develop (#30047)
6 years ago
chentianyu03 e012930aa3
complex gradient matmul (#29966)
6 years ago
lilong12 b0bd93de00
Disable gloo by default (#29805)
6 years ago
ShenLiang b6fd262951
fix gather nd for untest (#30037)
6 years ago
lilong12 2bc5121da8
add the paddle.distributed.split api (#29970)
6 years ago
cc c3c064a8fc
Add mkldnn nearest_interp and bilinear_interp op (#30016)
6 years ago
tangwei12 ed856d254e
fix ut (#29989)
6 years ago
Chen Weihang a1d9a14e89
support grad accumulated across batch (#29942)
6 years ago
liuyuhui bb20dcfc1a
[Kunlun] bug fix of PR2: Support MultiDevicePass and BKCL in parallel executor (#29961)
6 years ago
XiaoguangHu 726c78f293
clean redundant API alias in 2.0 - part 1 (#29928)
6 years ago
liym27 14bd77f941
[Windows CI test] Enable unittest test_optimizer_in_control_flow and remove unnecessay code (#29851)
6 years ago
littletomatodonkey 5c162fe66e
fix reg api ut fail (#29921)
6 years ago