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] zrr1999 2024.10.28~2024.11.22 #425

Merged
merged 3 commits into from
Nov 29, 2024
Merged
Changes from 1 commit
Commits
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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

.md 后缀 😂

Original file line number Diff line number Diff line change
@@ -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 树及其优化机制的调研和基本方案的确定**

### 导师点评

Loading