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 Hardware Update] rename IRCudaSchedule #64318

Merged
merged 1 commit into from
May 15, 2024

Conversation

DongBaiYue
Copy link
Contributor

PR Category

CINN

PR Types

Improvements

Description

重命名IRCudaSchedule为IRGpuSchedule,因为这部分代码可以复用在具有类CUDA编程模型的硬件上。涉及函数包括

  • rename IRCudaScheduleInjective to IRGpuScheduleInjective
  • rename IRCudaScheduleMatMul to IRGpuScheduleMatMul
  • rename IRCudaScheduleReduce to IRGpuScheduleReduce
  • rename IRCudaScheduleBlockReduce to IRGpuScheduleBlockReduce
  • rename IRCudaScheduleBlockReduceInternal to IRGpuScheduleBlockReduceInternal
  • rename IRCudaScheduleBlockShuffleReduce to IRGpuScheduleBlockShuffleReduce
  • rename IRCudaTwoStepReduceSchedule to IRGpuTwoStepReduceSchedule

pcard-79890

* rename IRCudaScheduleInjective to IRGpuScheduleInjective
* rename IRCudaScheduleMatMul to IRGpuScheduleMatMul
* rename IRCudaScheduleReduce to  IRGpuScheduleReduce
* rename IRCudaScheduleBlockReduce to  IRGpuScheduleBlockReduce
* rename IRCudaScheduleBlockReduceInternal to IRGpuScheduleBlockReduceInternal
* rename IRCudaScheduleBlockShuffleReduce to IRGpuScheduleBlockShuffleReduce
* rename IRCudaTwoStepReduceSchedule to IRGpuTwoStepReduceSchedule
Copy link

paddle-bot bot commented May 15, 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 15, 2024
@tc20042008 tc20042008 merged commit 8d3545c into PaddlePaddle:develop May 15, 2024
31 checks passed
@DongBaiYue DongBaiYue deleted the renameIRCudaSchedule branch May 17, 2024 06:49
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.

2 participants