Paddle
Paddle copied to clipboard
PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice (『飞桨』核心框架,深度学习&机器学习高性能单机、分布式训练和跨平台部署)
### 请提出你的问题 Please ask your question ### 1.cmake 版本  ### 2.源码下载  ### 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...
### PR Category User Experience ### PR Types New features ### Description rfc: https://github.com/PaddlePaddle/community/pull/968
### 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。
### PR Category Inference ### PR Types Others ### Description add general function
### PR Category Auto Parallel ### PR Types Others ### Description 修复混合自动并行下sharding_degree和sharding mesh axis的设置
### PR Category Operator Mechanism ### PR Types Others ### Description 修改 raw_tensor.h 包含为PHI路径 paddle/phi/core/raw_tensor.h
### 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...
### 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 =...