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] Add TileConfig Database for Schedule #64588

Merged
merged 11 commits into from
May 28, 2024

Conversation

hxzd5568
Copy link
Contributor

PR Category

CINN

PR Types

New features

Description

Pcard-84050 [CINN] Add TileConfig Database for Schedule

Copy link

paddle-bot bot commented May 24, 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.

cmake/cinn.cmake Outdated Show resolved Hide resolved
paddle/cinn/ir/group_schedule/config/filedatabase.cc Outdated Show resolved Hide resolved
paddle/cinn/ir/group_schedule/config/tileconfig_desc.proto Outdated Show resolved Hide resolved
r_dimension.set_lower_bound(it.first.rb_lower_bound);
r_dimension.set_upper_bound(it.first.rb_upper_bound);
r_dimension.set_iter_type(iter_space_type[1].first);
r_dimension.set_is_dynamic(iter_space_type[1].second == "dynamic");
Copy link
Contributor

Choose a reason for hiding this comment

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

下个PR统一BucketInfo和IterSpace,此处修改为遍历dimendion,而不是写死。

@BiynXu BiynXu merged commit 412438b into PaddlePaddle:develop May 28, 2024
32 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