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] Adjust some interfaces in PIR && Support conversion of builtin.combine and builtin.split #1402

Merged
merged 3 commits into from
Oct 9, 2024

Conversation

0x3878f
Copy link
Contributor

@0x3878f 0x3878f commented Oct 9, 2024

  • Adjust GetTensorInfo, GetOpInput, GetOpOutput in PIR parser to support multi tensors within a var
  • Support builtin.combine and builtin.split mapper
  • Add GetOpArgName, TryGetTensorValue, IsConstantTensor in PIR parser
  • Adjust the return value of GetOpInputOutputName2Idx, -1 indicates that the variable does not exist
  • Adjust TryGetInputValue, GetAttr, HasInput, HasOutput, IsConstantInput in mapper.h

…Adjust the return value of GetOpInputOutputName2Idx; Adjust GetAttr, HasInput, HasOutput, IsConstantInput in mapper.h
@risemeup1 risemeup1 merged commit 8d30ea5 into PaddlePaddle:test_pir Oct 9, 2024
2 checks passed
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