-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update WeeklyReports/Hackathon_6th/09_YibinLiu666/[WeeklyReports]2024…
….03.09~2024.03.22.md
- Loading branch information
1 parent
f96502f
commit 88b3f80
Showing
1 changed file
with
17 additions
and
17 deletions.
There are no files selected for viewing
34 changes: 17 additions & 17 deletions
34
WeeklyReports/Hackathon_6th/09_YibinLiu666/[WeeklyReports]2024.03.09~2024.03.22.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 |
---|---|---|
@@ -1,30 +1,30 @@ | ||
### 姓名 | ||
### 姓名 | ||
YibinLiu666 | ||
|
||
### 实习项目 | ||
高阶微分的性能分析和优化 | ||
### 实习项目 | ||
高阶微分的性能分析和优化 | ||
|
||
### 本周工作 | ||
### 本周工作 | ||
|
||
1. **高阶微分大算子性能优化** | ||
1. **高阶微分大算子性能优化** | ||
|
||
* 优化add_double_grad大算子性能:https://github.com/PaddlePaddle/Paddle/pull/62474 | ||
* 优化divide_double_grad大算子性能 (一直在给这个优化debug,问题有点小多):https://github.com/PaddlePaddle/Paddle/pull/62533 | ||
* 优化add_double_grad大算子性能:https://github.com/PaddlePaddle/Paddle/pull/62474 | ||
* 优化divide_double_grad大算子性能 (一直在给这个优化debug,问题有点小多):https://github.com/PaddlePaddle/Paddle/pull/62533 | ||
|
||
|
||
2. **高阶微分算子组合单测添加** | ||
2. **高阶微分算子组合单测添加** | ||
|
||
* 添加高阶微分算子的组合实现的单测 | ||
* 添加高阶微分算子的组合实现的单测 | ||
|
||
|
||
3. **问题疑惑与解答** | ||
无 | ||
3. **问题疑惑与解答** | ||
无 | ||
|
||
### 下周工作 | ||
### 下周工作 | ||
|
||
1. merge现在提交的pr,补全单测 | ||
2. 进一步优化divide_double_grad | ||
3. 阅读fft算子的相关文档,理解原理后尝试优化FFTC2RGradKernel | ||
1. merge现在提交的pr,补全单测 | ||
2. 进一步优化divide_double_grad | ||
3. 阅读fft算子的相关文档,理解原理后尝试优化FFTC2RGradKernel | ||
|
||
### 导师点评 | ||
请联系导师填写 | ||
### 导师点评 | ||
DivideDoubleGrad算子需要考虑张量广播以及变量复用的情况,较为复杂,益斌认真解决了原有的BUG并优化了速度 👍 。 |