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]Whsjrczr 2024.08.24~2024.09.06 #395

Merged
merged 1 commit into from
Sep 9, 2024
Merged
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
45 changes: 45 additions & 0 deletions Reports/season 3/Whsjrczr/[WeeklyReport]2024.08.14~2024.09.06.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
### 姓名

郭宇芯

### 开发中的快乐开源任务

1. 报错日志体系优化

2. CINN 编译器符号推导扩量 (简单/中等/复杂)

### 本双周工作

1. **报错日志体系优化**

完成了第三批的报错日志体系优化,涉及 2 个文件,共 31 个

- 4: https://github.com/PaddlePaddle/Paddle/pull/68005

- 5: https://github.com/PaddlePaddle/Paddle/pull/68003

2. **CINN**

简单:

- classcentersample: https://github.com/PaddlePaddle/Paddle/pull/67434

中等:

- bincount: https://github.com/PaddlePaddle/Paddle/pull/67435 (已merge)

- bmm: https://github.com/PaddlePaddle/Paddle/pull/67431 (已merge)

- broadcasttensor: https://github.com/PaddlePaddle/Paddle/pull/67744

- matrix_rank_tol: https://github.com/PaddlePaddle/Paddle/pull/68043

复杂:

- svd: https://github.com/PaddlePaddle/Paddle/pull/67664

- stft: https://github.com/PaddlePaddle/Paddle/pull/67663

### 未来双周计划

1. 完成 InferSymbolicShape 接口实现