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

Add matmul_int8 op #55228

Merged
merged 9 commits into from
Jul 13, 2023
Merged

Conversation

RichardWooSJTU
Copy link
Contributor

@RichardWooSJTU RichardWooSJTU commented Jul 7, 2023

PR types

New features

PR changes

OPs

Description

Add matmul_int8 op

Features

  • matmul_int8 op supports int8 matrix multiply int8 matrix

Limitations

  • only support non-transposed A and transposed B
  • only support 2-dim matrix

Todo

  • integrate cublaslt.h into blaslt_impl.h
  • support more layouts
  • support batch gemm

Pcard-71502

@paddle-bot
Copy link

paddle-bot bot commented Jul 7, 2023

你的PR提交成功,感谢你对开源项目的贡献!
请关注后续CI自动化测试结果,详情请参考Paddle-CI手册
Your PR has been submitted. Thanks for your contribution!
Please wait for the result of CI firstly. See Paddle CI Manual for details.

@qingqing01 qingqing01 self-requested a review July 7, 2023 07:41
Copy link
Contributor

@ZzSean ZzSean left a comment

Choose a reason for hiding this comment

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

LGTM for CI-OP-Benchmark and skipIf

@heavengate heavengate merged commit 27cc0df into PaddlePaddle:develop Jul 13, 2023
27 checks passed
cqulilujia pushed a commit to cqulilujia/Paddle that referenced this pull request Jul 24, 2023
wz1qqx pushed a commit to wz1qqx/Paddle that referenced this pull request Jul 31, 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.

None yet

3 participants