From 9c378bb63dabfa974faeeaf2d06eda373dfca30a Mon Sep 17 00:00:00 2001 From: Ayakouji <3130513201@qq.com> Date: Thu, 10 Apr 2025 14:55:08 +0800 Subject: [PATCH 1/6] Create 12.md --- WeeklyReports/Hackathon_8th/aquagull/12.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 WeeklyReports/Hackathon_8th/aquagull/12.md diff --git a/WeeklyReports/Hackathon_8th/aquagull/12.md b/WeeklyReports/Hackathon_8th/aquagull/12.md new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/WeeklyReports/Hackathon_8th/aquagull/12.md @@ -0,0 +1 @@ + From 51794d8e18d1823852428f39030dd1b5750b18e6 Mon Sep 17 00:00:00 2001 From: Ayakouji <3130513201@qq.com> Date: Thu, 10 Apr 2025 16:22:13 +0800 Subject: [PATCH 2/6] Update and rename 12.md to [WeeklyReports] 2025.3.24~2025.4.6.md --- WeeklyReports/Hackathon_8th/aquagull/12.md | 1 - .../[WeeklyReports] 2025.3.24~2025.4.6.md | 24 +++++++++++++++++++ 2 files changed, 24 insertions(+), 1 deletion(-) delete mode 100644 WeeklyReports/Hackathon_8th/aquagull/12.md create mode 100644 WeeklyReports/Hackathon_8th/aquagull/[WeeklyReports] 2025.3.24~2025.4.6.md diff --git a/WeeklyReports/Hackathon_8th/aquagull/12.md b/WeeklyReports/Hackathon_8th/aquagull/12.md deleted file mode 100644 index 8b137891..00000000 --- a/WeeklyReports/Hackathon_8th/aquagull/12.md +++ /dev/null @@ -1 +0,0 @@ - diff --git a/WeeklyReports/Hackathon_8th/aquagull/[WeeklyReports] 2025.3.24~2025.4.6.md b/WeeklyReports/Hackathon_8th/aquagull/[WeeklyReports] 2025.3.24~2025.4.6.md new file mode 100644 index 00000000..1ea5f56b --- /dev/null +++ b/WeeklyReports/Hackathon_8th/aquagull/[WeeklyReports] 2025.3.24~2025.4.6.md @@ -0,0 +1,24 @@ +### 姓名 +何泓域 + +### 项目 +框架作为array-api-compat后端 + +### 本周工作 + +修正prod、eye、expand_dims、vecdot几个array-api-compat后端接口,以让其通过测试。 + +#### PR: +- 修复paddle.nozero [PR](https://github.com/PaddlePaddle/Paddle/pull/72003) + +- 修复paddle.tensordot [PR](https://github.com/PaddlePaddle/Paddle/pull/72139) + +- 修复sum [PR](https://github.com/PaddlePaddle/Paddle/pull/72138) + +#### 还在开发中: + +- 为svdvals支持GPU [PR](https://github.com/PaddlePaddle/Paddle/pull/71930) + +### 下周工作 + +继续完善svdvals,并开始为matmul、index_select、round增加新特性以通过array-api-compat测试。 From dafdef813521c47fb7f93c1914f87befa33e7cba Mon Sep 17 00:00:00 2001 From: Ayakouji <3130513201@qq.com> Date: Thu, 10 Apr 2025 16:25:16 +0800 Subject: [PATCH 3/6] Update [WeeklyReports] 2025.3.24~2025.4.6.md --- .../aquagull/[WeeklyReports] 2025.3.24~2025.4.6.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WeeklyReports/Hackathon_8th/aquagull/[WeeklyReports] 2025.3.24~2025.4.6.md b/WeeklyReports/Hackathon_8th/aquagull/[WeeklyReports] 2025.3.24~2025.4.6.md index 1ea5f56b..8b9c5e48 100644 --- a/WeeklyReports/Hackathon_8th/aquagull/[WeeklyReports] 2025.3.24~2025.4.6.md +++ b/WeeklyReports/Hackathon_8th/aquagull/[WeeklyReports] 2025.3.24~2025.4.6.md @@ -6,7 +6,7 @@ ### 本周工作 -修正prod、eye、expand_dims、vecdot几个array-api-compat后端接口,以让其通过测试。 +修正prod、eye、expand_dims、vecdot几个array-api-compat后端接口,以让其通过测试。[仓库链接](https://github.com/HydrogenSulfate/array-api-compat/compare/support_paddle...aquagull:array-api-compat:support_paddle) #### PR: - 修复paddle.nozero [PR](https://github.com/PaddlePaddle/Paddle/pull/72003) From 7bde9d8072cdca0f41247ad0d55f645337160f3f Mon Sep 17 00:00:00 2001 From: Ayakouji <3130513201@qq.com> Date: Thu, 10 Apr 2025 16:30:26 +0800 Subject: [PATCH 4/6] Rename [WeeklyReports] 2025.3.24~2025.4.6.md to [WeeklyReports] aquagull 2025.3.24~2025.4.6.md --- ...2025.4.6.md => [WeeklyReports] aquagull 2025.3.24~2025.4.6.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename WeeklyReports/Hackathon_8th/aquagull/{[WeeklyReports] 2025.3.24~2025.4.6.md => [WeeklyReports] aquagull 2025.3.24~2025.4.6.md} (100%) diff --git a/WeeklyReports/Hackathon_8th/aquagull/[WeeklyReports] 2025.3.24~2025.4.6.md b/WeeklyReports/Hackathon_8th/aquagull/[WeeklyReports] aquagull 2025.3.24~2025.4.6.md similarity index 100% rename from WeeklyReports/Hackathon_8th/aquagull/[WeeklyReports] 2025.3.24~2025.4.6.md rename to WeeklyReports/Hackathon_8th/aquagull/[WeeklyReports] aquagull 2025.3.24~2025.4.6.md From 458db4cb236019a71133d7e3ad83eae60f3c44a5 Mon Sep 17 00:00:00 2001 From: Ayakouji <3130513201@qq.com> Date: Thu, 10 Apr 2025 16:31:39 +0800 Subject: [PATCH 5/6] Rename [WeeklyReports] aquagull 2025.3.24~2025.4.6.md to [WeeklyReports]2025.3.24~2025.4.6.md --- ...2025.3.24~2025.4.6.md => [WeeklyReports]2025.3.24~2025.4.6.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename WeeklyReports/Hackathon_8th/aquagull/{[WeeklyReports] aquagull 2025.3.24~2025.4.6.md => [WeeklyReports]2025.3.24~2025.4.6.md} (100%) diff --git a/WeeklyReports/Hackathon_8th/aquagull/[WeeklyReports] aquagull 2025.3.24~2025.4.6.md b/WeeklyReports/Hackathon_8th/aquagull/[WeeklyReports]2025.3.24~2025.4.6.md similarity index 100% rename from WeeklyReports/Hackathon_8th/aquagull/[WeeklyReports] aquagull 2025.3.24~2025.4.6.md rename to WeeklyReports/Hackathon_8th/aquagull/[WeeklyReports]2025.3.24~2025.4.6.md From f372638da426120d751b1b606cd0a0a7cd2109cc Mon Sep 17 00:00:00 2001 From: Ayakouji Date: Sat, 26 Apr 2025 16:49:47 +0800 Subject: [PATCH 6/6] Create [WeeklyReports]2025_04.07~2025_04.27.md --- .../[WeeklyReports]2025_04.07~2025_04.27.md | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 WeeklyReports/Hackathon_8th/aquagull/[WeeklyReports]2025_04.07~2025_04.27.md diff --git a/WeeklyReports/Hackathon_8th/aquagull/[WeeklyReports]2025_04.07~2025_04.27.md b/WeeklyReports/Hackathon_8th/aquagull/[WeeklyReports]2025_04.07~2025_04.27.md new file mode 100644 index 00000000..4b10efae --- /dev/null +++ b/WeeklyReports/Hackathon_8th/aquagull/[WeeklyReports]2025_04.07~2025_04.27.md @@ -0,0 +1,21 @@ +### 姓名 +何泓域 + +### 项目 +框架作为array-api-compat后端 + +### 本周工作 + +paddle.where、paddle.nonzero、paddle.matrix_power支持complex: +- https://github.com/PaddlePaddle/Paddle/pull/72247 +- https://github.com/PaddlePaddle/Paddle/pull/72279 +- https://github.com/PaddlePaddle/Paddle/pull/72308 + +paddle.inv支持0-size: +- https://github.com/PaddlePaddle/Paddle/pull/72262 + +paddle.slogdet算子重构: +- 目前已跑通dtype=float下的单测,dtype=complex的情况仍在调试。 + +### 下周工作 +继续完善slogdet,并开始着手pow、pinv、matrix_norm。