Commit Graph

5026 Commits (develop)

Author SHA1 Message Date
taixiurong 52b05baca3
fix some bug in transformer training in xpu (#31918)
5 years ago
Wenyu 5394194e3a
support minus-int idx to LayerList (#31750)
5 years ago
furnace ef8323d49e
[ROCM] Add ROCm support for warpctc op (#31817)
5 years ago
liym27 57d4288ad4
[dynamic setitem] Fix bug of dynamic setitem: Decerease axes to do right broadcast (#31960)
5 years ago
jakpiase 6dca7a1de7
Added int8 kernel for oneDNN LSTM op (#31894)
5 years ago
Zhou Wei 245252b86e
fix bug when dtype of to_tensor is core.VarType (#31931)
5 years ago
Zhou Wei 04a49b097e
[Custom OP]Remove old custom OP and reduce whl package volume (#31813)
5 years ago
wangguanzhong fe2848686b
add exclusive for test_conv2d_op, test=develop (#31936)
5 years ago
chajchaj 73a6fa3ed0
add deprecated for softmax_with_cross_entropy (#31722)
5 years ago
Shang Zhizhou 8084b7594b
fix batchnorm when inpu dims < 3 (#31933)
5 years ago
zlsh80826 64ee255ffd
[Paddle-TRT] yolobox (#31755)
5 years ago
Aurelius84 c4b60efabd
Fix segment Fault from set_value (#31891)
5 years ago
liym27 525c32e33c
Fix bug of set_value op:Decerease axes to do right broadcast (#31875)
5 years ago
ronnywang 123949eb48
[ROCM] added a cudnn switch of conv2d for rocm platform (#31836)
5 years ago
Jiabin Yang 51eb29de18
[CustomOP] Add shape related constructor for Tensor (#31681)
5 years ago
zlsh80826 e3a38d790a
[Paddle-TRT] roi_align_plugin (#31732)
5 years ago
zlsh80826 bfb5cf5567
[Paddle-TRT] trt affine channel converter (#31628)
5 years ago
cc b47478efc2
[dygraph qat] Use layer to calculate output scale (#31861)
5 years ago
lilong12 c3974d0e2a
[3D-parallel] Reformat pipeline parallel (#31786)
5 years ago
zlsh80826 01aa252624
[Paddle-TRT] multiclass nms (#31742)
5 years ago
Chengmo f58cb01864
【Paddle.Fleet】fix dataset zip py3 bug (#31441)
5 years ago
Zhou Wei 511e204e62
LRScheduler.get_lr should not update lr in LinearWarmup (#31843)
5 years ago
Huihuang Zheng 649868ffb2
[Dy2stat] Fix the bug that loop_body_func may return single element (#31806)
5 years ago
ronnywang 270699e647
[ROCM] fix test_matmul_v2_op (#31802)
5 years ago
Feiyu Chan 4046f1303a
add coalesce_tensor into white list when checking re-creation of parameters (#31800)
5 years ago
gongweibao f72d197ec5
fix launch ps ut test=develop (#31771)
5 years ago
zlsh80826 bfced39eb6
[Paddle-TRT] nearest_interp op (#31626)
5 years ago
arlesniak 7ccf6b6030
[oneDNN] Initial bf16 amp integration (#31093)
5 years ago
lilong12 a501a7b0ca
[3D-parallel] add 1f1b scheduler for pipeline (#31566)
5 years ago
ronnywang 8c19d7aa2f
[ROCM] fix test_conv2d_transpose_op (#31749)
5 years ago
Jacek Czaja 25fc2a1fdb
[oneDNN] Added Elementwise Mul grad fp32/bf16 (#31647)
5 years ago
Chen Weihang 878e117b6d
[CustomOp] Support float16 in custom op (#31725)
5 years ago
ronnywang c9e1d9dc31
[ROCM] fix test_rnn_op (#31735)
5 years ago
Chen Weihang e429deb0c4
[CustomOp] Support attribute in infershape function (#31713)
5 years ago
Adam Osewski a4a2b77def
[oneDNN] lookup_table op with support for BF16 data type. (#31558)
5 years ago
ronnywang 420527f0d9
[ROCM] fix layer_norm, norm, p_norm, test_sequence_softmax_op, test_math_op_patch_var_base (#31709)
5 years ago
Chen Weihang 87852616aa
[CustomOp] Support complex dtype in custom op (#31657)
5 years ago
zlsh80826 fe241fd02f
[Paddle-TRT] gather converter (#31640)
5 years ago
Chengmo 09482ddec4
【Paddle.Fleet】Fix one ps gradient clip (#31664)
5 years ago
Zhang Ting 7f50bb7ec1
support NHWC for temporal_shift op (#31642)
5 years ago
gongweibao 9c624b16d5
Extend unittest time of (#31570)
5 years ago
ronnywang da10c5cf8b
[ROCM] fix softmax_with_cross_entropy_op, test=develop (#31629)
5 years ago
Kaipeng Deng a32e8bf1e7
DataLoader supprot dict str (#31481)
5 years ago
Chen Weihang 30a627aaf3
Normalized function parameter writing (#31588)
5 years ago
Shang Zhizhou 50ac7dbfd0
Trt elementwise plugin serialize (#31587)
5 years ago
hong 99dcd66508
try to fix imperative orc unitest error; test=develop (#31568)
5 years ago
Qi Li 3d5aa9d10a
[ROCM] fix conv2d and conv3d op, test=develop (#31553)
5 years ago
Chen Weihang 95cceb2dd7
[CustomOp] Support duplicable op input and output (#31535)
5 years ago
Aurelius84 def27bc801
[Dy2stat]Fix bug with static_convert_var_shape in locals scope (#31556)
5 years ago
chajchaj 6148b87f9d
add softmax_switch for softmax_with_cross_entropy_op, test=develop (#31428)
5 years ago