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

【Hackathon 8th No.3】clean oldIR in api.py -part #71243

Open
wants to merge 8 commits into
base: develop
Choose a base branch
from

Conversation

aquagull
Copy link
Contributor

PR Category

Auto Parallel

PR Types

Deprecations

Description

清除distributed/auto_parallel/api.py下的老IR逻辑。

Copy link

paddle-bot bot commented Feb 24, 2025

你的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 Feb 24, 2025
@aquagull aquagull changed the title 【Hackathon 8th No.3】清理distributed/auto_parallel/api.py下老IR逻辑 【Hackathon 8th No.3】clean oldIR in api.py -part Feb 24, 2025
@aquagull
Copy link
Contributor Author

aquagull commented Feb 26, 2025

[New]
1.删除单测test_semi_auto_parallel_llama_model 其对应pir单测为test_semi_auto_parallel_llama_model_pir。
2.reshard 会引起 test_semi_auto_parallel_global_input单测失败,且没有对应PIR单测。

@aquagull
Copy link
Contributor Author

模块/方法 是否清理 备注
reshard 引起test_semi_auto_parallel_global_input报错,此单测没有对应PIR下单测
shard_tensor 引起test_semi_auto_parallel_global_input报错,此单测没有对应PIR下单测
unshard_dtensor
to_static 引起test_save_load_state_dict报错,此单测没有对应PIR下单测
_build_distributed_state_dict 引起test_save_load_state_dict报错,此单测没有对应PIR下单测
DistModel::state_dict 引起test_save_load_state_dict报错,此单测没有对应PIR下单测
DistModel::set_state_dict 引起test_save_load_state_dict报错,此单测没有对应PIR下单测
get_dist_attr 引起test_save_load_state_dict报错,此单测没有对应PIR下单测

@aquagull aquagull marked this pull request as ready for review February 27, 2025 06:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants