From 3936e2ec9f9c225e20fcd8074374a99761f3ebb0 Mon Sep 17 00:00:00 2001 From: ZelinMa557 <3388706467@qq.com> Date: Fri, 19 Apr 2024 16:50:12 +0800 Subject: [PATCH 1/2] [WeeklyReport] ZelinMa557 2024.04.06~2024.04.19 Signed-off-by: ZelinMa557 <3388706467@qq.com> --- .../[WeeklyReport]2024.04.06~2024.04.19.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 WeeklyReports/Hackathon_6th/16_ZelinMa557/[WeeklyReport]2024.04.06~2024.04.19.md diff --git a/WeeklyReports/Hackathon_6th/16_ZelinMa557/[WeeklyReport]2024.04.06~2024.04.19.md b/WeeklyReports/Hackathon_6th/16_ZelinMa557/[WeeklyReport]2024.04.06~2024.04.19.md new file mode 100644 index 00000000..fa5aa37a --- /dev/null +++ b/WeeklyReports/Hackathon_6th/16_ZelinMa557/[WeeklyReport]2024.04.06~2024.04.19.md @@ -0,0 +1,16 @@ +### 姓名 +马欣楷 + +### 实习项目 +CINN 支持动态 Shape 专项(前端方向) + +### 本周工作 +本周主要工作如下: +1. 排查paddle.mean接口无法使用cinn编译的原因,进行修复,相关pr: https://github.com/PaddlePaddle/Paddle/pull/63494。目前已修复部分case的编译问题,其它case暂不支持 +2. 使用nsys profile对paddle.mean进行分析,发现reduce_sum相关kernel的计算占比较大,无明显优化空间。对不用cinn的情况进行对比测试,发现使用cinn后,性能会下降2个数量级,相关文档:https://docs.qq.com/doc/DRElueFNSdnZRcXNr + +### 下周工作 +1. 分析paddle.mean编译/性能问题 + + +### 导师点评 \ No newline at end of file From 7e3b3a4ab0def1ba0cc98e152f0d0e18c4279843 Mon Sep 17 00:00:00 2001 From: zyfncg <1370305206@qq.com> Date: Fri, 19 Apr 2024 18:47:25 +0800 Subject: [PATCH 2/2] Update [WeeklyReport]2024.04.06~2024.04.19.md --- .../16_ZelinMa557/[WeeklyReport]2024.04.06~2024.04.19.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/WeeklyReports/Hackathon_6th/16_ZelinMa557/[WeeklyReport]2024.04.06~2024.04.19.md b/WeeklyReports/Hackathon_6th/16_ZelinMa557/[WeeklyReport]2024.04.06~2024.04.19.md index fa5aa37a..0add3485 100644 --- a/WeeklyReports/Hackathon_6th/16_ZelinMa557/[WeeklyReport]2024.04.06~2024.04.19.md +++ b/WeeklyReports/Hackathon_6th/16_ZelinMa557/[WeeklyReport]2024.04.06~2024.04.19.md @@ -13,4 +13,5 @@ CINN 支持动态 Shape 专项(前端方向) 1. 分析paddle.mean编译/性能问题 -### 导师点评 \ No newline at end of file +### 导师点评 +欣楷本周在reduce_mean性能分析任务中发现了一些比较关键的性能问题,这对后续优化工作的开展有重要意义,希望继续在相关问题上深入思考,取得突破性进展。