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] zeroRains 2024.05.11~2024.05.24 #285

Merged
merged 29 commits into from
Jun 2, 2024
Merged
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
cbfad30
add weeklyreport
zeroRains Mar 7, 2024
a66c368
Merge branch 'main' into 3.7
zeroRains Mar 8, 2024
42f9056
Merge branch 'main' into 3.7
zeroRains Mar 8, 2024
d0425cc
Update [WeeklyReport]2024.02.25~2024.03.08.md
zeroRains Mar 10, 2024
27730c1
Merge branch 'main' into 3.7
zeroRains Mar 10, 2024
a9f55e2
Update [WeeklyReport]2024.02.25~2024.03.08.md
zeroRains Mar 12, 2024
9195162
Update WeeklyReports/Hackathon_6th/08_zeroRains/[WeeklyReport]2024.02…
zeroRains Mar 12, 2024
a85fbd0
Merge branch 'main' into 3.7
zeroRains Mar 12, 2024
cd2886a
Merge branch 'main' into 3.7
AndSonder Mar 12, 2024
84d6608
fix conflict
zeroRains Mar 21, 2024
53c4415
add the report 03.09~03.22
zeroRains Mar 21, 2024
3a4a251
add next week work
zeroRains Mar 21, 2024
e5904b4
Update WeeklyReports/Hackathon_6th/08_zeroRains/[WeeklyReport]2024.03…
cyber-pioneer Mar 29, 2024
43b6a75
fix conflict
zeroRains Apr 7, 2024
f40613a
commit weekly report
zeroRains Apr 7, 2024
9bc5eda
Merge branch 'my' of https://github.com/zeroRains/Camp into 3.7
zeroRains Apr 7, 2024
16383e6
Update WeeklyReports/Hackathon_6th/08_zeroRains/[WeeklyReports]2024.0…
cyber-pioneer Apr 9, 2024
4b33ff1
fix conflict and add the weekly report
zeroRains Apr 19, 2024
4712b3c
Merge branch 'my' of https://github.com/zeroRains/Camp into 3.7
zeroRains Apr 19, 2024
da7ccb3
fix typo
zeroRains Apr 19, 2024
12b598f
add the next week work
zeroRains Apr 19, 2024
acce0c0
fix typo
zeroRains Apr 19, 2024
41b48c5
Update WeeklyReports/Hackathon_6th/08_zeroRains/[WeeklyReports]2024.0…
cyber-pioneer Apr 26, 2024
c9ba9d7
Update WeeklyReports/Hackathon_6th/08_zeroRains/[WeeklyReports]2024.0…
cyber-pioneer Apr 26, 2024
bcdccbe
Merge branch 'main' of https://github.com/PFCCLab/Camp into 3.7
zeroRains May 10, 2024
6660c94
add weekly report
zeroRains May 10, 2024
98d86a0
add weekly report
zeroRains May 24, 2024
38bdee9
Merge branch '3.7' of https://github.com/zeroRains/Camp into 3.7
zeroRains May 24, 2024
d10bd78
change the file name
zeroRains Jun 1, 2024
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,52 @@
### 姓名

卢林军

### 实习项目

组合机制算子专项和机制建设

### 本周工作

本项目的主要工作是对尚未支持组合机制的算子添加组合机制并完善机制,本周主要工作如下:

1. 探索`sigmoid_cross_entropy_with_logits` op的方向计算kernel与自动微分不一致的原因

`sigmoid_cross_entropy_with_logits` op的反向kernel计算实现错误,根据求导规则进行重新推导并重新实现反向kernel。具体分析见:

- https://github.com/PaddlePaddle/Paddle/issues/64226


相关 PR:

- https://github.com/PaddlePaddle/Paddle/pull/64253

2. 反向拆解`swiglu_grad` op


相关 PR:

- https://github.com/PaddlePaddle/Paddle/pull/64376

3. 修复`binary_cross_entropy_with_logits`前向拆解的BUG

涉及到`sigmoid_cross_entropy_with_logits`和`mean_all`两个算子前向计算的拆解,以及动态shape的支持。

相关 PR:

- https://github.com/PaddlePaddle/Paddle/pull/61613

4. `softmax_with_cross_entropy` op 前向拆解以及动态shape的支持(开发中)

相关 PR:

- https://github.com/PaddlePaddle/Paddle/pull/64569

### 下周工作

1. 继续完成`softmax_with_cross_entropy` op的前向拆解
2. `softmax_with_cross_entropy_grad` op反向拆解


### 导师点评

Loading