-
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.
[WeeklyReport] zrr1999 2024.10.28~2024.11.22 (#425)
Co-authored-by: Nyakku Shigure <[email protected]>
- Loading branch information
Showing
1 changed file
with
29 additions
and
0 deletions.
There are no files selected for viewing
29 changes: 29 additions & 0 deletions
29
WeeklyReports/Hackathon_7th/01_zrr1999/[WeeklyReport]2024.10.28~2024.11.2.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,29 @@ | ||
### 姓名 | ||
|
||
詹荣瑞 | ||
|
||
### 实习项目 | ||
|
||
PIR 专项 | ||
|
||
### 本周工作 | ||
|
||
1. **在 C++ 端实现基础的 `guard` 并添加对应单元测试** | ||
- PaddlePaddle/Paddle#69263 | ||
- PaddlePaddle/Paddle#69313 | ||
2. **对 `make_stringified_guard` 方法 适配 C++ 端 `guard`** | ||
- PaddlePaddle/Paddle#69353 | ||
- PaddlePaddle/Paddle#69411 | ||
- PaddlePaddle/Paddle#69672 | ||
3. **修复 `BooleanEnvironmentVariable` 的实例可能被意外当成布尔值的问题** | ||
- PaddlePaddle/Paddle#69412 | ||
4. 搭建了基本的 Benchmark 仓库 | ||
- zrr1999/PaddleGuardBenchmark | ||
|
||
### 下周工作 | ||
|
||
1. **Guard 树及其优化机制的调研和基本方案的确定** | ||
|
||
### 导师点评 | ||
|
||
LGTMeow <img src="https://www.gstatic.com/android/keyboard/emojikitchen/20240206/u1fa82/u1fa82_u1f43e.png" width="14" alt="🐾"/>,Guard 下沉进展迅速,基本 Guard 下沉实现基本完成,之后可以对调度机制的下沉进行方案设计和原型实现 |