-
Notifications
You must be signed in to change notification settings - Fork 5.7k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Merge gpugraph to develop #48507
Merge gpugraph to develop #48507
Conversation
你的PR提交成功,感谢你对开源项目的贡献! |
✅ This PR's description meets the template requirements! |
|
root seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
…ddle#47579) * delete Bias and ResidualData in OpMaker of conv2d * delete extra input of conv3d * refactor pass of conv_bias_fusion * fix mkldnn dependency * fix mkldnn compile * fix test_conv_bias_mkldnn_fuse_pass * police some code * remove useless log * fix analyzer_vit_ocr_tester * fix conv_activation_mkldnn_fuse_pass * fix test_analyzer_ocr * add fused_conv_sig * fix performence regression * fix performance regression
* make bilinear interpolate stable. * fix code
* [Zero-Dim] Support 0D for paddle.diagflat
* modify slice infershape * code style * modify slice_unittest * temp fix * batch_norm api move * code_style * codestyle * ci_static * add __init__ * reset other change * revert .cc * add import batchnorm * conflict and revert * fix bug * fix third conflict one day * fix conflict * fix conflict bug * fix conflict bug * modify api * code_style * modify doc * add lost doc stable * fix conflict bug * ci lack of gpu
…nv RowConv (PaddlePaddle#48654) * [remove fluid] PRelu BilinearTensorProduct * [remove fluid] PRelu BilinearTensorProduct Conv2DTranspose SequenceConv RowConv * [remove fluid] PRelu BilinearTensorProduct Conv2DTranspose SequenceConv RowConv * [remove fluid] PRelu BilinearTensorProduct Conv2DTranspose SequenceConv RowConv * [remove fluid] PRelu BilinearTensorProduct Conv2DTranspose SequenceConv RowConv * [remove fluid] PRelu BilinearTensorProduct Conv2DTranspose SequenceConv RowConv * [remove fluid] PRelu BilinearTensorProduct Conv2DTranspose SequenceConv RowConv * [remove fluid] PRelu BilinearTensorProduct Conv2DTranspose SequenceConv RowConv
d6246b8
to
396f861
Compare
See the preview results: http://preview-paddle-pr-48507.paddle-docs-preview.paddlepaddle.org.cn/documentation/docs/en/api/index_en.html |
LGTM for PR-CI-Codestyle-Check, 分布式相关的C++代码格式问题 @danleifeng 后续会找其他同学修,本次先豁免
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM for Flags
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM for const_cast
@yaoxuefeng6 这个 PR 关于 rocksdb.cmake 的修改 broken 了 Paddle 在 aarch64 环境下的源码编译功能,辛苦修复下! 这里 rocksdb.cmake 里面的 sse 以及 -mpclmul 相关的编译选项都是 x86 环境下独有的,在 aarch64下会导致编译失败 rocksdb 本身是支持 aarch64 平台下的编译的,请根据 rocksdb 的 cmake 自动根据编译环境来选择编译选项,代码见 https://github.com/Thunderbrook/rocksdb/blob/main/CMakeLists.txt#L261 当前 work-around 办法是在 aarch64 编译时加上 WITH_PSCORE=OFF 来关闭对于 rocksdb 的编译和引用。 |
PR types
New features
PR changes
Others
Describe
gpugraph 二期合入develop,主要升级点