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] New tiling method optimized for warp-level continuous read #64240

Merged
merged 2 commits into from
Jun 3, 2024

Conversation

lshpku
Copy link
Contributor

@lshpku lshpku commented May 13, 2024

PR Category

CINN

PR Types

Improvements

Description

Implement a new tiling method in CINN backend, which maximizes the assurance that a warp of 32 threads can read continuous memory addresses. It currently supports the S and SR tensor layouts.

Copy link

paddle-bot bot commented May 13, 2024

你的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.

@paddle-bot paddle-bot bot added the contributor External developers label May 13, 2024
@lshpku lshpku force-pushed the dev-reduce-tile branch 4 times, most recently from e31074d to d1e9b14 Compare May 21, 2024 04:46
@lshpku lshpku force-pushed the dev-reduce-tile branch 4 times, most recently from 04a3650 to 7dc6610 Compare May 29, 2024 23:13
@lshpku lshpku marked this pull request as ready for review May 30, 2024 00:56
@lshpku lshpku force-pushed the dev-reduce-tile branch from 7dc6610 to 4401354 Compare May 30, 2024 02:37
@lshpku lshpku force-pushed the dev-reduce-tile branch from 4401354 to 9909df2 Compare May 30, 2024 09:09
Copy link
Contributor

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

@jiahy0825 jiahy0825 left a comment

Choose a reason for hiding this comment

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

LGTM

@jiahy0825 jiahy0825 merged commit 72e8d4e into PaddlePaddle:develop Jun 3, 2024
32 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contributor External developers
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants