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

cinn_launch_op: switch to execution by PE #39911

Merged
merged 40 commits into from
Mar 3, 2022

Conversation

CtfGo
Copy link
Contributor

@CtfGo CtfGo commented Feb 24, 2022

PR types

Performance optimization

PR changes

Others

Describe

  1. cinn_launch_op:upgrade the way of execution of the compiled instructions, currently it just launch the Execute inteface of the CINN runtime Program, after this PR, it will switch the new way that uses PE to schedule nodes of cinn_instruction_op
  2. fix several bug found in the progress of integration test.

CtfGo added 30 commits February 9, 2022 12:44
@paddle-bot-old
Copy link

Thanks for your contribution!
Please wait for the result of CI firstly. See Paddle CI Manual for details.

Copy link
Member

@zhhsplendid zhhsplendid left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

@thisjiang thisjiang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@CtfGo CtfGo merged commit 167d511 into PaddlePaddle:develop Mar 3, 2022
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.

3 participants