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

[WeeklyReport] gouzil 2024.07.29~2024.08.11 #334

Merged
merged 3 commits into from
Aug 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
### 姓名

田川

### 实习项目

PIR 专项

### 本周工作

1. `pir.cc` 中 `GetNameMap` 的清理
2. 在 Python 端添加 assert,确保一个 Value 只有一个 name
3. 发布两个新任务,[[CodeStyle][Ruff] Ruff 新 rule 引入计划(第二期)](https://github.com/PaddlePaddle/Paddle/issues/67116) 和 [[Typing][PEP585 Upgrade] PEP 585 标准集合泛型支持升级——Python 3.8 退场前瞻特别任务](https://github.com/PaddlePaddle/Paddle/issues/66936), 与开发者们进行友好交流,帮助他们理解任务内容。


### 下周工作

1. 调研`x / n`的精度问题, 了解目前的处理方式, 问题 PR [#617](https://github.com/PaddlePaddle/PaddleMIX/pull/617)

### 导师点评

川子的重构工作为动转静代码整洁性做出了巨大的贡献,并为边界 case 的解决奠定了基础,发的两个社区任务也为代码风格的改进有极大的推动作用
Loading