Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update #29

Merged
merged 5,482 commits into from
Sep 1, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
5482 commits
Select commit Hold shift + click to select a range
c512afd
[MLU] fix celoss to use valid_label. (#45201)
ShawnNew Aug 17, 2022
0c98d2b
remove maybe-uninitialized (#45204)
zhiqiu Aug 17, 2022
f59c666
[Eager]Support Lazy initialization for nn.Layer (#44990)
Aurelius84 Aug 17, 2022
a79d4a7
fix multi stream error. (#45196)
jiweibo Aug 17, 2022
2105d14
fix api sigmoid_focal_loss to final state (#45207)
wanghuancoder Aug 17, 2022
2594935
[OpAttr]Add SupportTensor for OpMaker with whitelist mechanism (#45084)
Aurelius84 Aug 17, 2022
2de0d67
[CodeStyle][NPU] use np.testing.assert_allclose instead of self.asser…
SigureMo Aug 17, 2022
aa96f70
add dependency of phi_enforce (#45191)
betterpig Aug 17, 2022
e51ea53
fix timeout for test_activation_ops_ipu (#45181)
gglin001 Aug 17, 2022
e31a0a5
refine eager_gen for amp (#45211)
zyfncg Aug 17, 2022
bcbb7a9
support selected_rows kernel for multiply in dygraph (#45217)
zyfncg Aug 18, 2022
2c2137b
[phi] Transfer fluid bilinear_interp_v2 to phi bilinear_interp (add y…
jiahy0825 Aug 18, 2022
133f608
sync_batch_norm_backword_yaml (#45218)
wanghuancoder Aug 18, 2022
2d0bb2c
fix infer tans scope (#45203)
JZZ-NOTE Aug 18, 2022
b6a4db1
Add a tool to manage unit tests. (#45147)
sljlp Aug 18, 2022
041ef22
fix ips offset (#45219)
kuizhiqing Aug 18, 2022
41bdf41
change to async mode for xpu multi-card training in static graph mode…
XiaociZhang Aug 18, 2022
c93451f
[OpAttr]Squeeze axes support Tensor (#45189)
Aurelius84 Aug 18, 2022
f36c4da
add float16 (#45216)
feifei-111 Aug 18, 2022
d8d124b
apply buffer_shared_inplace_pass and inplace_addto_op_pass pass to pr…
pangyoki Aug 18, 2022
6150fad
[phi] Transfer fluid trilinear_interp_v2 to phi trilinear_interp (add…
jiahy0825 Aug 18, 2022
41294cb
fix typo of pybind.cc (#45239)
OccupyMars2025 Aug 18, 2022
520b054
add grad var shape infer of matmul and mul (#45237)
Caozhou1995 Aug 18, 2022
3039182
bugfix for paddlescience (#45222)
JZ-LIANG Aug 18, 2022
9212587
add skip ci check test=document_fix (#45240)
tianshuo78520a Aug 18, 2022
d257acc
[Eager] Add get_tensor_from_selected_rows (#45227)
veyron95 Aug 18, 2022
bb6bd22
[AutoParallel] support ClipGradByGlobalNorm (#45205)
zhaoyinglia Aug 18, 2022
3012221
[API]Support static branch in paddle.to_tensor (#45164)
feifei-111 Aug 18, 2022
a8ae87f
[inference]predictor add GetInputType interface (#45143)
heliqi Aug 18, 2022
dc33123
[CustomDevice] support scalar (#45244)
Aganlengzi Aug 19, 2022
adaffb7
Support beam search decode op in XPU environment (#44917)
mengqingchun02 Aug 19, 2022
9556c68
fix some auto code generation bugs (#45232)
Charles-hit Aug 19, 2022
9107b65
[CodeStyle] use np.testing.assert_allclose instead of self.assertTrue…
SigureMo Aug 19, 2022
21a242c
add case where the HOME directory does not have write permissions (#4…
dc-cheny Aug 19, 2022
933868c
first commit (#45254)
JamesLim-sy Aug 19, 2022
e654f1e
[ Dy2Static ]Modify while interface[python] to fit onnx (#45034)
2742195759 Aug 19, 2022
4e2a3c1
[CodeStyle] use np.testing.assert_allclose instead of self.assertTrue…
SigureMo Aug 19, 2022
e0f1c9f
[XPU] add merged_momentum unittest and change momentum (#45241)
dongfangshenzhu Aug 19, 2022
b68f112
[Eager] polish scale and pow python interface logic (#45259)
veyron95 Aug 19, 2022
3deab77
Make up beam_search_decode operator test cases on xpu and cpu environ…
mengqingchun02 Aug 19, 2022
9f1f1b0
[XPU] c_allreduce support int. update bkcl to 1.0.5. test=kunlun (#45…
houj04 Aug 19, 2022
4528ed2
polish default param of XXX_interp_test, the same default value with …
jiahy0825 Aug 19, 2022
1aa6adb
Trt groupnorm dynamic plugin (#44911)
wwbitejotunn Aug 19, 2022
194d16c
[Profiler] add views in summary API (#45225)
kuizhiqing Aug 19, 2022
68c01ac
[LAUNCH] rewrite get free port strategy (#45247)
kuizhiqing Aug 19, 2022
6d4ae00
Fix random op dependency and lr_shedule bugs for standalone executor …
From00 Aug 19, 2022
1c4134f
polish REGISTER_OPERATOR parameter of fill_any (#45263)
jiahy0825 Aug 19, 2022
6fb34e7
fix layernormTrt meanVar alloc bug (#45255)
wwbitejotunn Aug 19, 2022
c7027d9
fix bugs in prepare_gradient_aggregation (#45268)
2742195759 Aug 19, 2022
3aed969
remove bc dependence for inference ci.test=develop. (#45260)
winter-wang Aug 19, 2022
7c1e7e4
call final_state method in inplace APIs (#42968)
pangyoki Aug 19, 2022
197f404
【autograd】add max_p primitive operator for new autograd (#45178)
betterpig Aug 19, 2022
bba13e2
[Eager] pylayer detach output tensor if it is equal with input (#45065)
wanghuancoder Aug 20, 2022
307ad60
[CustomDevice] fix custom ccl (#45276)
ronny1996 Aug 22, 2022
e3574f7
[jit] add jit layer function default constructor (#45169)
zh794390558 Aug 22, 2022
c18aa8a
[Eager] Optimize python api to speed up eager exec (#45262)
JiabinYang Aug 22, 2022
25d58db
remove trt_skip_layernorm_fuse_pass from gpu passes (#45293)
yuanlehome Aug 22, 2022
27a5429
support profiler summaryview instance (#45279)
kuizhiqing Aug 22, 2022
ed57237
fix infershape in compile time (#45156)
ghostxsl Aug 22, 2022
016b94c
rename the member function of SparseTensor (#45291)
Aug 22, 2022
d2ef888
[Eager] some python c api use final state (#45221)
wanghuancoder Aug 22, 2022
25d25b0
[Paddle-TRT] support output_padding in conv2d_transpose and conv3d_t…
zhoutianzi666 Aug 22, 2022
d03ef05
Extend conv_concat_relu to support all activations (#45089)
Silv3S Aug 22, 2022
9e5f3a3
Add int8 support for matmul+elementwise_add fuse pass (#45077)
wozna Aug 22, 2022
da51baf
[CustomDevice] add profiler apis (#45130)
ronny1996 Aug 23, 2022
8f8ed7d
[Phi]Move distribute_fpn_proposals to PHI (#45212)
YuanRisheng Aug 23, 2022
5edc96e
modify something unimportant when I read source code (#45273)
OccupyMars2025 Aug 23, 2022
aecffe2
add doc back (#45316)
weisy11 Aug 23, 2022
eb4531f
new executor support program even if program._graph is CompiledProgra…
pangyoki Aug 23, 2022
1734bc6
Add store_barrier to prevent master exit (#44964)
LiYuRio Aug 23, 2022
0e384ad
【PaddlePaddle Hackathon 3 No.33】为 Paddle 优化 erfinv op 在 GPU 上的计算性能 (#…
thunder95 Aug 23, 2022
03ef0bd
[Geometric] Fix cuda configuration error for message_passing api (#45…
DesmonDay Aug 23, 2022
60e072d
Update scope.h (#45270)
OccupyMars2025 Aug 23, 2022
229befc
[Auto Parallel] Data Parallel Comm & Calc Overlap Optimization (#45173)
JZ-LIANG Aug 23, 2022
db937b5
fix multi-targets bugs which this is common case in dy2static (#45277)
2742195759 Aug 23, 2022
7e0bada
[Ci] Add kernel dtype check py script (#45329)
chenwhql Aug 23, 2022
4fd9097
update loss.py in nn.functional and nn.layer module;test=document_fix…
liyongchao911 Aug 23, 2022
dd2f4a1
fix a syntax error (#45287)
SigureMo Aug 23, 2022
b5d8bd2
first commit (#45253)
JamesLim-sy Aug 23, 2022
3a7b181
[Sparse]Use shorted function names (#45325)
Aug 23, 2022
1a0cd44
Delete the template parameter BLockSize in Kernel Primitive API (#4…
AnnaTrainingG Aug 23, 2022
fe6aacc
replace clone with assign for copying tensor in current block (#45309)
cxxly Aug 23, 2022
257438f
bugfix (#45332)
JZ-LIANG Aug 23, 2022
352ea63
[DOC] Fix inference document link in readme (#45123)
qili93 Aug 23, 2022
30b275f
add variable to decide whether test inference ut and demo (#45269)
betterpig Aug 23, 2022
c8d3b82
fix the document for the api multiply (#45304)
FlyingQianMM Aug 23, 2022
9ccdb5f
[FleetExecutor] Using program to be the only interface of TaskNode (#…
LiYuRio Aug 23, 2022
61bc016
[AutoParallel] Add Quant Pass (#44877)
zhaoyinglia Aug 23, 2022
fac8a26
print log while use new exe (#45335)
pangyoki Aug 23, 2022
3d514e4
fix convert weight failed. (#45346)
jiweibo Aug 24, 2022
f8f66ec
[ Dy2Static | Controlflow ]While + Cond support for python container.…
2742195759 Aug 24, 2022
adda64d
Add ci check for api_compat.yaml (#45331)
zyfncg Aug 24, 2022
e761ea2
update xccl lib (#45362)
XiaociZhang Aug 24, 2022
596a940
[MLU]: compile prior box CPU kernel when WITH_MLU is ON for SSD (#45238)
zhaoying9105 Aug 24, 2022
5539317
trt input tensor issue (#45358)
b3602sss Aug 24, 2022
23d2b07
[CustomDevice] fix Tensor._to (#45337)
ronny1996 Aug 24, 2022
46d1309
[API] fixed a bug in to_tensor which occurs when input is complex and…
feifei-111 Aug 24, 2022
f28c112
[CI] Add forward and backward kernel dtypes consistent check (#45313)
chenwhql Aug 24, 2022
8da6b72
fix test (#45364)
Aug 24, 2022
12917c8
[OpAttr]Adapt tensor minlength for bincount (#45342)
0x45f Aug 24, 2022
0a67c2e
Refactor python api of trace (#45344)
zyfncg Aug 24, 2022
a012d42
Support fp16 of adam operator in xpu environment (#45292)
mengqingchun02 Aug 24, 2022
3c14b09
【Hackathon No.34】优化 poisson op (#45160)
Rayman96 Aug 24, 2022
62b5452
conv_eltwiseadd_bn_fuse support fp16 (#45379)
jiweibo Aug 24, 2022
7f49b9b
Adapt tensor axis for cumsum (#45372)
0x45f Aug 24, 2022
46d04b0
[NPU] ut use old executor (#45370)
ronny1996 Aug 24, 2022
09acc86
[phi] Transfer merged_momentum yaml to phi (#45359)
jiahy0825 Aug 24, 2022
1badb4c
remove needless comments (#45376)
chenwhql Aug 24, 2022
c70d79a
fix argsort grad not fill zero (#45371)
JiabinYang Aug 24, 2022
1f3d16a
remove needless axis argument (#45366)
chenwhql Aug 24, 2022
9e0baf6
fix op_teller with_dynamic_shape judge bug (#45384)
yuanlehome Aug 24, 2022
0d05e64
fix arm compile problem in phi/CmakeLists.txt (#42325)
pangyoki Aug 24, 2022
78916a7
make tensor_util contains no cuda code (#45256)
zhiqiu Aug 24, 2022
728d5b3
[DOC FIX]fix code demo of auc (#45200)
wangzhen38 Aug 24, 2022
73e41c8
Solve the random state serialization (#45327)
ForFishes Aug 24, 2022
4e3f0b9
fix mean/variance shape infer bug during loop call of dynamic trt enq…
wwbitejotunn Aug 24, 2022
0bf4007
enforce_reshape (#45386)
zhoutianzi666 Aug 25, 2022
63d9a17
add temporal shift and grad *test=kunlun (#45300)
HarperCy Aug 25, 2022
839fac6
Fix relu python call (#45082)
phlrain Aug 25, 2022
ea1f470
Fix unique_kernel bugs (#45032)
sprouteer Aug 25, 2022
256bf6f
fix roi_align_op_npu to pass the unittest (#45310)
USTCKAY Aug 25, 2022
bdd0b0f
[Auto Parallel] Support High Order Differential with Data Parallel Ca…
JZ-LIANG Aug 25, 2022
9ac27ac
add new function ptq first then initialize qat scale with ptq scale (…
ZhangHandi Aug 25, 2022
20d3866
fix params sync multi times problem (#45406)
jiweibo Aug 25, 2022
a410c39
[triu_indices] add triu_indices_op (#45168)
Rayman96 Aug 25, 2022
f2f3f6e
Fl-PS bug fix (#45413)
ziyoujiyi Aug 25, 2022
1cd7e68
optimize conv algo cache (#41891)
phlrain Aug 25, 2022
5df464f
[Eager] sync_batch_norm_grad delete mean and variance (#45411)
wanghuancoder Aug 25, 2022
edd66f2
make full_like support double_max in dygraph (#45385)
betterpig Aug 25, 2022
64afa63
[NPU] add run_program_op_npu (#45349)
ronny1996 Aug 25, 2022
0d14e74
Transfer memcpy d2h from fluid to phi (#45150)
kangguangli Aug 25, 2022
4d78390
Fix record operator input shapes segment fault in new dygraph (#45360)
rainyfly Aug 25, 2022
c8955d0
[OpAttr]min/max of uniform_random support Tensor type (#45417)
Aurelius84 Aug 25, 2022
cb0b53c
fix auto tune unitest assert (#45421)
phlrain Aug 25, 2022
9b5b005
update brpc version to 1.2.0 (#45351)
danleifeng Aug 25, 2022
9111066
[OpAttr]axis of Reverse Support Tensor type (#45391)
Aurelius84 Aug 25, 2022
0c363de
Enable OMP multithreading in lookup_table_v2 (#45249)
piotrekobi Aug 25, 2022
efab2eb
add support for double attributes (#45390)
Aug 25, 2022
f4193ea
[NPU] fix CI error in new executor. (#45432)
winter-wang Aug 26, 2022
9129888
[ Dy2static ] select input fix and while_op memory bug fixed. (#45380)
2742195759 Aug 26, 2022
2a99217
fix reduce mean grad bug *test=kunlun (#45401)
HarperCy Aug 26, 2022
04c15e7
[dygraph hybrid pp for interleave] Virtual pp stage layer split (#45402)
FeixLiu Aug 26, 2022
9382159
Modify PE Engine thread from 2 into 1 in JitLayer (#45356)
zh794390558 Aug 26, 2022
985f2a4
Transfer transfer_layout from fluid to phi (#45261)
kangguangli Aug 26, 2022
fda183d
fix temporary tensor erase in new exe (#45404)
ceci3 Aug 26, 2022
79f7f16
From fluid package import APIs of quantization to paddle package (#45…
wanghaoshuang Aug 26, 2022
3055d71
[XPU] add load_combine_op_xpu. test=kunlun (#45436)
houj04 Aug 26, 2022
a5e9ccd
fix brpc update compile error; test=develop (#45438)
danleifeng Aug 26, 2022
fa06d9c
fix_multihead (#45429)
Wangzheee Aug 26, 2022
2dca718
fix en docs in fft and io.dataset (#44948)
Liyulingyue Aug 26, 2022
126940b
[Eager] delete final state pre-name (#45306)
wanghuancoder Aug 26, 2022
14f6c74
fix ptq unittest (#45447)
yghstill Aug 26, 2022
3ca8cf4
Layernorm shape bugfix (#45431)
wwbitejotunn Aug 26, 2022
a6c4d97
test=document_fix (#45454)
tianshuo78520a Aug 26, 2022
6ab80b6
[Phi] Delete xpu kernel of fill_any_like and fill_constant in fluid (…
zyfncg Aug 26, 2022
1f1a783
Move conv2d_transpose XPU kernel to PHI, test=kunlun (#45419)
From00 Aug 26, 2022
2c89bcc
Move grid_sample XPU kernel to PHI, test=kunlun (#45425)
From00 Aug 26, 2022
9eb4d89
move collective tests into a collective directory (#45223)
sljlp Aug 26, 2022
81eaa97
[dygraph hybrid pp for interleave] Virtual pipeline layer forward fun…
FeixLiu Aug 26, 2022
a635a8a
Move conv2d_transpose_grad XPU kernel to PHI, test=kunlun (#45466)
From00 Aug 26, 2022
9a560f7
add interpolate op to default black lists (#45393)
zhangting2020 Aug 29, 2022
178b1b1
[API] fix bug in to_tensor which returns err dtype (#45418)
feifei-111 Aug 29, 2022
d3ec3fe
[XPU] migrate bce_loss to phi;test=kunlun (#45459)
veyron95 Aug 29, 2022
de436f0
Move matmul_v2 kernel of xpu from fluid to phi (#45446)
zyfncg Aug 29, 2022
23a7992
move expand_v2 to phi, test=kunlun (#45469)
zhangbo9674 Aug 29, 2022
4b74951
Move expand_as_v2 XPU kernel to PHI, test=kunlun (#45474)
zhangbo9674 Aug 29, 2022
b4f74ee
[phi] Transfer merged_adam yaml to phi (#45367)
jiahy0825 Aug 29, 2022
f49f3b4
fix compile (#45441)
gglin001 Aug 29, 2022
a237ff8
[IPU] support depthwise_conv2d ops (#45234)
gglin001 Aug 29, 2022
163cd15
[ Dy2Static ] Unify tensor.size and Variable.size() by jst (#45144)
2742195759 Aug 29, 2022
8f657f7
[geometric]Move graph-related incubate api to geometric (#44970)
DesmonDay Aug 29, 2022
b93b710
[OpAttr]num_rows/num_colums of eye support Tensor type (#45427)
Aurelius84 Aug 29, 2022
edc9952
[Eager] Pylayer set grad (#45452)
wanghuancoder Aug 29, 2022
ac0a2e5
[LazyInit]Support LazyGuard and Polish interface code (#45462)
Aurelius84 Aug 29, 2022
212b51e
[MLU] optimize matmul_grad_v2 dy (B,M,K)*(K,N) for better performance…
cambriconhsq Aug 29, 2022
fbd8381
Fix HardSwish inf (#35386)
zhangting2020 Aug 29, 2022
ca5567e
refine expand_as_v2 XPU kernel, test=kunlun (#45501)
zhangbo9674 Aug 29, 2022
60e1ecc
[Phi] gather gather_grad gather_nd gaussian_random xpu to Phi (#45465)
wanghuancoder Aug 29, 2022
ee11626
fix bug in PostTrainingQuantizationProgram for not full quantization …
ZhangHandi Aug 29, 2022
7cf7084
support backward refuse forward dygraph (#45250)
Charles-hit Aug 29, 2022
de5f375
update PixelShuffle and PRelu api in vision.py and activation.py;test…
liyongchao911 Aug 29, 2022
0710f05
Migrate assign xpu kernel into phi (#45467)
chenwhql Aug 29, 2022
923594d
[XPU] migrate mul to phi (#45502)
veyron95 Aug 29, 2022
632bc1f
[PHI] Migrate relu6 and abs kernels (#45397)
Silv3S Aug 29, 2022
bb3e4e0
[PHI]Mv xpu elementwise add kernel to phi (#45473)
YuanRisheng Aug 29, 2022
7bd02d2
Completes basic dtypes for all_reduce api in eager mode (#45440)
HermitSun Aug 29, 2022
e10e26e
[MLU] fix compile error, test=develop (#45499)
qili93 Aug 29, 2022
0262107
TensorRT Engine context memory bind with predictor id (#45468)
yuanlehome Aug 29, 2022
aba1295
[new_exe] Dy2Static support new_executor (#44450)
zhangbo9674 Aug 29, 2022
66c8ada
set default FLAGS_DY2ST_USE_STANDALONE_EXECUTOR=0 (#45535)
zhangbo9674 Aug 30, 2022
ad96fe2
rename mod c api name (#45476)
chenwhql Aug 30, 2022
51f4291
strided_slice grad add fp16 support (#45504)
ming1753 Aug 30, 2022
c857841
Adapt tensor num_samples for multinomial (#45522)
0x45f Aug 30, 2022
8b24c79
move gelu/gelu_grad/generate_proposals_v2 kernel to phi (#45471)
zhiqiu Aug 30, 2022
10abdb8
fix memcpy_h2d bug related to cuda stream setting when allocate memor…
kangguangli Aug 30, 2022
9dad4f7
move cast XPU kernel to PHI,test=kunlun (#45534)
risemeup1 Aug 30, 2022
97f43a8
[Paddle-TRT] constant-folding (#45494)
zhoutianzi666 Aug 30, 2022
db235bf
[OpAttr]padding_value of Pad support Tensor type (#45514)
Aurelius84 Aug 30, 2022
a7c4fac
fix reduce mean grad bug *test=kunlun (#45511)
HarperCy Aug 30, 2022
fe321f9
Remove extra attribute in OpMaker (#44310)
zyfncg Aug 30, 2022
e221a60
[OpAtttr]Add attribute var interface for Operator class (#45525)
Aurelius84 Aug 30, 2022
32f42e9
[OpAttr]Adapt tensor axis for reduce_min/max/mean/sum/prod (#45078)
0x45f Aug 30, 2022
56eedf2
refine eager code gen (#45540)
wanghuancoder Aug 30, 2022
871e332
[PHI] move layer_norm/layer_norm_grad xpu kernel to phi (#45524)
pangyoki Aug 30, 2022
5f1a8e4
【PaddlePaddle Hackathon 3 No.16】为 Paddle 新增 API paddle.take (#44741)
S-HuaBomb Aug 30, 2022
6fc1598
[OpAttr]Adapt tensor axis for argmin/max (#45453)
0x45f Aug 30, 2022
6dd1315
Move prior_box, softmax and softmax_grad kernel to phi, test=kunlun (…
zhangyk0314 Aug 30, 2022
f69d2c3
[PHI] move huber_loss/huber_loss_grad xpu kernel to phi (#45521)
pangyoki Aug 30, 2022
cf9d651
[phi] Transfer coalesce_tensor to phi (#45478)
jiahy0825 Aug 30, 2022
45a9115
[Eager] fix unpool and yaml config (#45544)
veyron95 Aug 30, 2022
a119686
[NPU] fix pool_op, interpolate_op (#45445)
ronny1996 Aug 30, 2022
4517191
Add index add API (#45176)
limin2021 Aug 31, 2022
3f280ab
Refine set kernel output (#45573)
zyfncg Aug 31, 2022
9034ca7
set use_cudnn=true for conv2d (#45587)
zyfncg Aug 31, 2022
657c69b
Fix fused cuda op's mutable data [3] (#45564)
jiweibo Aug 31, 2022
df7600a
Move XPU mean and mean_grad to phi (#45512)
0x45f Aug 31, 2022
4a25b60
Fix split api bug (#45396)
Charles-hit Aug 31, 2022
4478389
[ROCM] fix bmm_kernel (#45530)
ronny1996 Aug 31, 2022
13a0ea4
[XPU] move pool/pool_grad xpu kernel to phi (#45480)
XiaociZhang Aug 31, 2022
ce4775c
add stream.all_reduce API and ProcessGroupStream (#45282)
LiYuRio Aug 31, 2022
9c1aa6c
fix bug that Op with id 0 can not be lauched (#45577)
zhiqiu Aug 31, 2022
a8541c1
Refactor ExecutorCache (#45532)
From00 Aug 31, 2022
cfd5d40
set dy2st use interpretercore log for level 0 (#45580)
zhangbo9674 Aug 31, 2022
a0e3a17
[XPU] transfer concat kernel (#45463)
2742195759 Aug 31, 2022
750abc2
[XPU]Migrate argsort and arg_max XPU kernel into Phi (#45576)
Aurelius84 Aug 31, 2022
7db017b
fix bugs (#45551)
2742195759 Aug 31, 2022
d780780
Move XPU momentum to phi (#45565)
0x45f Aug 31, 2022
236ac0d
[OpAttr]output_size of unpool support Tensor type (#45543)
Aurelius84 Aug 31, 2022
fe2bfe1
【PaddlePaddle Hackathon 3 No.14】为 Paddle 新增 remainder_ API (#45266)
zrr1999 Aug 31, 2022
1b0b253
fix softmax_with_cross_entropy en docs (#45527)
yghstill Aug 31, 2022
12d9cfc
[XPU] migrate compare op(E/NE/LE/LT/GE/GT) from fluid to phi (#45470)
kangguangli Aug 31, 2022
2417639
mv nightly dist tests (#45475)
sljlp Aug 31, 2022
56869d9
[phi] Migrate lookup_table_v2 and lookup_table_v2_grad XPU kernel to …
feifei-111 Aug 31, 2022
9fd61d8
[phi] Migrate dropout and dropout_grad XPU kernel to phi (#45561)
feifei-111 Aug 31, 2022
9cbae54
[phi] Migrate masked_select XPU kernel to phi (#45575)
feifei-111 Aug 31, 2022
11e62d6
[AutoParallel] add grad_clip pass (#45513)
zhaoyinglia Aug 31, 2022
1fa1d11
[Auto Parallel] Dist embedding Supports Ernie BigTable with 3d input …
JZ-LIANG Aug 31, 2022
077aa38
move label_smmoth XPU kernel to PHI,test=kunlun (#45571)
risemeup1 Aug 31, 2022
68bfa0c
migrate update_loss_scaling and check_finite_and_upscale xpu to phi, …
jiahy0825 Aug 31, 2022
c294214
[phi] Migrate truncated_gaussian_random XPU kernel to PHI (#45529)
jiahy0825 Aug 31, 2022
46bc06b
add del dropout op pass to jit pe enigne (#45439)
zh794390558 Aug 31, 2022
9bf4c67
[Eager, Performance optimization] use Python-C interface directly (#4…
veyron95 Aug 31, 2022
230fd50
Skip async mode for standalone executor (#45599)
pangyoki Aug 31, 2022
ef5344c
move clip XPU kernel to PHI,test=kunlun (#45568)
risemeup1 Aug 31, 2022
f41b856
[PHI]Move elementwise div/mul of XPU kernel to PHI (#45581)
YuanRisheng Aug 31, 2022
413d6e1
[NPU] fix FillD not work on cann512, test=develop (#45586)
qili93 Aug 31, 2022
213f803
Revert the change of remove_training_info (#45582)
zyfncg Aug 31, 2022
1ac8ca4
Fix UT failures (#45099)
leo0519 Aug 31, 2022
6f2bac7
move elementwise XPU kernels to phi (#45603)
Charles-hit Aug 31, 2022
663ebd5
enhance grid_sampler cpu kernel to 5D input (#45578)
YanhuiDua Aug 31, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
2 changes: 2 additions & 0 deletions .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,6 @@ Standard: Cpp11
AllowAllParametersOfDeclarationOnNextLine: true
BinPackParameters: false
BinPackArguments: false
IncludeBlocks: Preserve
IncludeIsMainSourceRegex: (\.cu)$
...
125 changes: 125 additions & 0 deletions .cmake-format.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,125 @@
# Copyright (c) 2022 PaddlePaddle Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

# -----------------------------
# Options affecting formatting.
# -----------------------------
with section("format"):

# How wide to allow formatted cmake files
line_width = 80

# ------------------------------------------------
# Options affecting comment reflow and formatting.
# ------------------------------------------------
with section("markup"):
# enable comment markup parsing and reflow
enable_markup = False

# If comment markup is enabled, don't reflow the first comment block in each
# listfile. Use this to preserve formatting of your copyright/license
# statements.
first_comment_is_literal = True

# ----------------------------------
# Options affecting listfile parsing
# ----------------------------------
with section("parse"):
# Additional FLAGS and KWARGS for custom commands
additional_commands = {
"cc_library": {
"kwargs": {
"SRCS": '*',
"DEPS": '*',
}
},
"nv_library": {
"kwargs": {
"SRCS": '*',
"DEPS": '*',
}
},
"hip_library": {
"kwargs": {
"SRCS": '*',
"DEPS": '*',
}
},
"xpu_library": {
"kwargs": {
"SRCS": '*',
"DEPS": '*',
}
},
"hip_library": {
"kwargs": {
"SRCS": '*',
"DEPS": '*',
}
},
"hip_library": {
"kwargs": {
"SRCS": '*',
"DEPS": '*',
}
},
"go_library": {
"kwargs": {
"SRCS": '*',
"DEPS": '*',
}
},
"copy": {
"kwargs": {
"SRCS": '*',
"DSTS": '*',
}
},
"cc_test": {
"kwargs": {
"SRCS": '*',
"DEPS": '*',
}
},
"nv_test": {
"kwargs": {
"SRCS": '*',
"DEPS": '*',
}
},
"hip_test": {
"kwargs": {
"SRCS": '*',
"DEPS": '*',
}
},
"xpu_test": {
"kwargs": {
"SRCS": '*',
"DEPS": '*',
}
},
"go_test": {
"kwargs": {
"SRCS": '*',
"DEPS": '*',
}
},
"py_test": {
"kwargs": {
"SRCS": '*',
"DEPS": '*',
}
}
}
59 changes: 0 additions & 59 deletions .github/ISSUE_TEMPLATE/---document-issue-.md

This file was deleted.

29 changes: 0 additions & 29 deletions .github/ISSUE_TEMPLATE/---feature-request-.md

This file was deleted.

42 changes: 0 additions & 42 deletions .github/ISSUE_TEMPLATE/---inference-issue-.md

This file was deleted.

43 changes: 0 additions & 43 deletions .github/ISSUE_TEMPLATE/---installation-issue-.md

This file was deleted.

38 changes: 0 additions & 38 deletions .github/ISSUE_TEMPLATE/---model-issue-.md

This file was deleted.

35 changes: 0 additions & 35 deletions .github/ISSUE_TEMPLATE/---others-.md

This file was deleted.

Loading