Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PIR+CINN]Unify Name Mapper between Paddle/CINN Dialect and AST Backend #59203

Merged
merged 1 commit into from
Nov 23, 2023

Conversation

Aurelius84
Copy link
Contributor

@Aurelius84 Aurelius84 commented Nov 21, 2023

PR types

Function optimization

PR changes

Others

Description

Pcard-67164

What's New?

在「PIR+CINN」联合项目中,已经实现CINN前端 IR 的统一,但由于一些历史原因,CINN前端的OpMapper 注册的Name与后端 AST Compute 关联的Name 不一致,导致需要手动维护二者的映射关系。

目标:尽可能低成本、维护有限的算子Name映射表,支持pd_op、cinn_op、build_cinn_pass、AST Strategy 的映射。

image

@Aurelius84 Aurelius84 merged commit 8bc2a36 into PaddlePaddle:develop Nov 23, 2023
28 checks passed
SecretXV pushed a commit to SecretXV/Paddle that referenced this pull request Nov 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants