Paddle icon indicating copy to clipboard operation
Paddle copied to clipboard

PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice (『飞桨』核心框架,深度学习&机器学习高性能单机、分布式训练和跨平台部署)

Results 1049 Paddle issues
Sort by recently updated
recently updated
newest added

### PR types New features ### PR changes OPs ### Describe add paddle.incubate.sparse.reshape ## 本PR的前身是 https://github.com/PaddlePaddle/Paddle/pull/46242 ,本PR是删除了与第22号任务无关的内容后的精简版

contributor
status: proposed

### PR types Performance optimization ### PR changes OPs ### Describe Optimize performance of depthwise_conv_bwd for input - Method: 1. Reduce modulo calculations and other redundant calculations 2. Modify the...

### PR types New features ### PR changes Others ### Describe **Add fused multi transformer pass fleetx**

### PR types Others ### PR changes Others ### Describe cherry pick from https://github.com/PaddlePaddle/Paddle/pull/45909 - add logger manager in fleetAPI - remove apis in paddle.distributed.utils that users don't need

### 问题描述 Issue Description 使用paddle_release_2.0 源码,手动编译了一下推理库, 编译过程中没有报错,编译结束时, 相应的文件也都生成了。但是在 paddle_inference_install_dir/paddle/lib 下执行 ldd -r libpaddle_inference.so 出现了未定义的符号相关问题。如下: (base) [allen@node2 lib]$ ldd -r libpaddle_inference.so linux-vdso.so.1 (0x00007ffe16d6d000) libpthread.so.0 => /lib64/libpthread.so.0 (0x00007f197941d000) libiomp5.so => /home/allen/zts/compile/Paddle/build_release2.0_cudnn802_CXXABI0/third_party/install/mklml/lib/libiomp5.so (0x00007f1979028000)...

type/build
status/reopen

### PR types Others ### PR changes Others ### Describe fix nvcc_lazy

### PR types Others ### PR changes Others ### Describe Others

### PR types Others ### PR changes OPs ### Describe 1. replace executor in run method of conditional block op with standalone_executor

### PR types Others ### PR changes Others ### Describe add windows ci to test inference lib

### PR types Function optimization ### PR changes Others ### Describe convert grad_merge_all_reduce in graph to program