-
Notifications
You must be signed in to change notification settings - Fork 84
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[WeeklyReport]Whsjrczr 2024.08.24~2024.09.06 (#395)
- Loading branch information
Showing
1 changed file
with
45 additions
and
0 deletions.
There are no files selected for viewing
45 changes: 45 additions & 0 deletions
45
Reports/season 3/Whsjrczr/[WeeklyReport]2024.08.14~2024.09.06.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 接口实现 |