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

### 请提出你的问题 Please ask your question ### 1.cmake 版本 ![10](https://github.com/user-attachments/assets/ae919169-75e4-4d3c-9cb6-0d4e24865b3f) ### 2.源码下载 ![11](https://github.com/user-attachments/assets/b35c8fa7-40e3-4c5f-8526-7c0151ee25ae) ### 3.编译命令cmake .../Paddle-develop/ -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DCMAKE_CXX_FLAGS="-Wno-error -w" -DPY_VERSION=3.9.20 -DPYTHON_EXECUTABLE=`which python3` -DWITH_CUSTOM_DEVICE=OFF -DWITH_TESTING=OFF -DON_INFER=ON -DWITH_DISTRIBUTE=ON -DWITH_ARM=ON -DWITH_XPU=ON -DWITH_XPU_BKCL=ON -DWITH_AARCH64=ON...

status/new-issue
type/question

### PR Category User Experience ### PR Types New features ### Description rfc: https://github.com/PaddlePaddle/community/pull/968

PaddlePaddle Hackathon
contributor
API

### PR Category Operator Mechanism ### PR Types Others ### Description 前向拆解 split_with_num,不支持动态shape pcard-66975

### PR Category User Experience ### PR Types Improvements ### Description 增加 int32/int64 数据类型支持,当输入是整数类型时,前向计算输出的类型为 float32,反向计算梯度的类型为 float32。

contributor

### PR Category Inference ### PR Types Others ### Description add general function

### PR Category Auto Parallel ### PR Types Others ### Description 修复混合自动并行下sharding_degree和sharding mesh axis的设置

contributor

### PR Category Operator Mechanism ### PR Types Others ### Description 修改 raw_tensor.h 包含为PHI路径 paddle/phi/core/raw_tensor.h

contributor
HappyOpenSource

### PR Category Performance Optimization ### PR Types Performance ### Description 1. Replace `TransferLayoutPass` with `AutoLayoutPass` in inference process and control by Flag now 2. Add `BeforeCINNPasses` list. the pass...

### 问题描述 Issue Description ### 🔎 Search before asking - [X] I have searched the PaddleOCR [Docs](https://paddlepaddle.github.io/PaddleOCR/) and found no similar bug report. - [X] I have searched the PaddleOCR...

status/new-issue
type/build

### PR Category User Experience ### PR Types New features ### Description 这是DRR Pass的初版,一份可能的使用样例: ```python import paddle import paddle.pir as pir def matmul_transpose_fuse_pass(): python_ctx = pir.DrrPatternContext() def pattern_pass(): python_pat =...

contributor