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

[x86] add x86 matmul_v2 #9137

Merged
merged 3 commits into from
Jul 14, 2022
Merged

[x86] add x86 matmul_v2 #9137

merged 3 commits into from
Jul 14, 2022

Conversation

mjp9527
Copy link
Collaborator

@mjp9527 mjp9527 commented Jun 15, 2022

No description provided.

@paddle-bot-old
Copy link

Thanks for your contribution!

}
} else if (x_transpose == true && y_transpose == true) {

std::cout<<"========"<<m<<","<<n<<","<<k<<"\n";
Copy link
Collaborator

Choose a reason for hiding this comment

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

log 信息需要delete

Copy link
Collaborator

@xingjing1 xingjing1 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

@liyancas liyancas left a comment

Choose a reason for hiding this comment

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

LGTM

@mjp9527 mjp9527 merged commit 0adb29d into PaddlePaddle:develop Jul 14, 2022
@mjp9527 mjp9527 deleted the matmul_v2_x86 branch November 28, 2022 12:06
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.

4 participants