PuQing

Results 13 issues of PuQing

### bug描述 Describe the Bug There are no kernels which are registered in the elementwise_floordiv operator. ```python def elementwise_floordiv(x, y, axis, in_dtype): import paddle paddle.enable_static() with paddle.static.program_guard(paddle.static.Program(), paddle.static.Program()): node_x =...

status/following-up
type/bug-report

### Details: - *add gather_nd operation in Paddle front end* ### Reference - https://www.paddlepaddle.org.cn/documentation/docs/en/api/paddle/gather_nd_en.html ![image](https://user-images.githubusercontent.com/27223114/183282639-ce138448-fe67-4150-9243-e368fa1d684f.png)

category: PDPD FE
PaddlePaddle Hackathon

### Details: - *add tile operation in Paddle front end* ### Reference - https://www.paddlepaddle.org.cn/documentation/docs/en/api/paddle/tile_en.html#tile uni-test passed ![image](https://user-images.githubusercontent.com/27223114/180735863-eed309e4-1105-417f-9ed8-7029d2d01bb9.png)

api yaml file already rename to ops according to https://github.com/PaddlePaddle/Paddle/pull/45894

contributor
status: proposed

As in [discussion](https://github.com/PaddlePaddle/docs/discussions/5243). - `max` to `\max` - `min` to `\min` Additional "format diff" is due to the automatic fixing by the pre-commit hook.

contributor
status: proposed
HappyOpenSource

close https://github.com/mgd020/mjml-python/issues/24 Note: watch mode not implemented

According to the commit https://github.com/huggingface/diffusers/commit/e828232780554d54bdb527d3390fab0be042b72a#diff-852d5806e41c100ee99c68c9e1059bfad9c0177e6f4416f0faf5a2f2a6a64067 `CrossAttention` has renamed to `Attention` And some forward parameters have changed. Related: https://github.com/WindVChen/DiffAttack/issues/2 Note: This PR is provided as a code snippet for reference and...

### PR Category Others ### PR Types Others ### Description - adam 中的`found_inf`涉及到对Value 值的判断,所以分离动静态图逻辑 - adadelta/adagrad/adamax 在PIR下修改为使用`paddle.amp.decorate`以及`paddle.amp.auto_cast` ### 相关链接 - https://github.com/PaddlePaddle/Paddle/pull/60902 - https://github.com/PaddlePaddle/Paddle/pull/62413

contributor

### PR Category Auto Parallel ### PR Types Deprecations ### Description 静态图手动并行单测移除

contributor

This PR introduces [PaddlePaddle](https://www.paddlepaddle.org.cn/en) backend support to the PySR library as part of my contribution to the [PaddlePaddle Hackathon 7th](https://github.com/PaddlePaddle/Paddle/issues/67603). ## Key Changes: - Introduced PaddlePaddle-specific modules and functions. -...