From 02953c3612bfff1b5566ac62c8161e19e2c1662d Mon Sep 17 00:00:00 2001 From: zrr1999 <2742392377@qq.com> Date: Fri, 29 Nov 2024 20:48:51 +0800 Subject: [PATCH 1/3] add --- .../[WeeklyReport]2024.10.28~2024.11.22 | 30 +++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 WeeklyReports/Hackathon_7th/01_zrr1999/[WeeklyReport]2024.10.28~2024.11.22 diff --git a/WeeklyReports/Hackathon_7th/01_zrr1999/[WeeklyReport]2024.10.28~2024.11.22 b/WeeklyReports/Hackathon_7th/01_zrr1999/[WeeklyReport]2024.10.28~2024.11.22 new file mode 100644 index 00000000..907da2a2 --- /dev/null +++ b/WeeklyReports/Hackathon_7th/01_zrr1999/[WeeklyReport]2024.10.28~2024.11.22 @@ -0,0 +1,30 @@ +### 姓名 + +詹荣瑞 + +### 实习项目 + +PIR 专项 + +### 本周工作 + +1. **在 C++ 端实现基础的 `guard` 并添加对应单元测试** + - PaddlePaddle/Paddle#69263 + - PaddlePaddle/Paddle#69313 +2. **对 `make_stringified_guard` 方法 适配 C++ 端 `guard`** + - PaddlePaddle/Paddle#69353 + - PaddlePaddle/Paddle#69411 + - PaddlePaddle/Paddle#69472 +3. **修复 `BooleanEnvironmentVariable` 的实例可能被意外当成布尔值的问题** + - PaddlePaddle/Paddle#69412 +4. **修复 `make_stringified_guard` 方法在 C++ 端可能出现的内存泄漏问题** + - PaddlePaddle/Paddle#69528 +5. 搭建了基本的 Benchmark 仓库 + - zrr1999/PaddleGuardBenchmark + +### 下周工作 + +1. **Guard 树及其优化机制的调研和基本方案的确定** + +### 导师点评 + From 6a577f1f06d88acadda54a70165f97f9982b36e3 Mon Sep 17 00:00:00 2001 From: zrr1999 <2742392377@qq.com> Date: Fri, 29 Nov 2024 20:54:51 +0800 Subject: [PATCH 2/3] fix --- ....28~2024.11.22 => [WeeklyReport]2024.10.28~2024.11.2.md} | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) rename WeeklyReports/Hackathon_7th/01_zrr1999/{[WeeklyReport]2024.10.28~2024.11.22 => [WeeklyReport]2024.10.28~2024.11.2.md} (75%) diff --git a/WeeklyReports/Hackathon_7th/01_zrr1999/[WeeklyReport]2024.10.28~2024.11.22 b/WeeklyReports/Hackathon_7th/01_zrr1999/[WeeklyReport]2024.10.28~2024.11.2.md similarity index 75% rename from WeeklyReports/Hackathon_7th/01_zrr1999/[WeeklyReport]2024.10.28~2024.11.22 rename to WeeklyReports/Hackathon_7th/01_zrr1999/[WeeklyReport]2024.10.28~2024.11.2.md index 907da2a2..55264d96 100644 --- a/WeeklyReports/Hackathon_7th/01_zrr1999/[WeeklyReport]2024.10.28~2024.11.22 +++ b/WeeklyReports/Hackathon_7th/01_zrr1999/[WeeklyReport]2024.10.28~2024.11.2.md @@ -14,12 +14,10 @@ PIR 专项 2. **对 `make_stringified_guard` 方法 适配 C++ 端 `guard`** - PaddlePaddle/Paddle#69353 - PaddlePaddle/Paddle#69411 - - PaddlePaddle/Paddle#69472 + - PaddlePaddle/Paddle#69672 3. **修复 `BooleanEnvironmentVariable` 的实例可能被意外当成布尔值的问题** - PaddlePaddle/Paddle#69412 -4. **修复 `make_stringified_guard` 方法在 C++ 端可能出现的内存泄漏问题** - - PaddlePaddle/Paddle#69528 -5. 搭建了基本的 Benchmark 仓库 +4. 搭建了基本的 Benchmark 仓库 - zrr1999/PaddleGuardBenchmark ### 下周工作 From a9e0716f2094db45e14727e56561e2d8aa9e63be Mon Sep 17 00:00:00 2001 From: Nyakku Shigure Date: Fri, 29 Nov 2024 21:01:06 +0800 Subject: [PATCH 3/3] Update WeeklyReports/Hackathon_7th/01_zrr1999/[WeeklyReport]2024.10.28~2024.11.2.md --- .../01_zrr1999/[WeeklyReport]2024.10.28~2024.11.2.md | 1 + 1 file changed, 1 insertion(+) diff --git a/WeeklyReports/Hackathon_7th/01_zrr1999/[WeeklyReport]2024.10.28~2024.11.2.md b/WeeklyReports/Hackathon_7th/01_zrr1999/[WeeklyReport]2024.10.28~2024.11.2.md index 55264d96..a963a5e1 100644 --- a/WeeklyReports/Hackathon_7th/01_zrr1999/[WeeklyReport]2024.10.28~2024.11.2.md +++ b/WeeklyReports/Hackathon_7th/01_zrr1999/[WeeklyReport]2024.10.28~2024.11.2.md @@ -26,3 +26,4 @@ PIR 专项 ### 导师点评 +LGTMeow 🐾,Guard 下沉进展迅速,基本 Guard 下沉实现基本完成,之后可以对调度机制的下沉进行方案设计和原型实现