From 13529b3998b88fd099eab76bac22447533fe8cb4 Mon Sep 17 00:00:00 2001 From: geyuqiang Date: Tue, 16 Dec 2025 15:24:48 +0800 Subject: [PATCH 1/6] update paddl;e --- Paddle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Paddle b/Paddle index fdac87060fa..487687cccca 160000 --- a/Paddle +++ b/Paddle @@ -1 +1 @@ -Subproject commit fdac87060fa426e81738ea4a83341fd0f1d16c43 +Subproject commit 487687cccca5a8a31c5cec90e4aaed645cd9c174 From 75f8926c3fae5ec736c4d534b566106c885c3d84 Mon Sep 17 00:00:00 2001 From: geyuqiang Date: Tue, 16 Dec 2025 16:06:20 +0800 Subject: [PATCH 2/6] add gpu_info.cc --- backends/iluvatar_gpu/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/backends/iluvatar_gpu/CMakeLists.txt b/backends/iluvatar_gpu/CMakeLists.txt index 0eaff14c668..e2684d446e6 100644 --- a/backends/iluvatar_gpu/CMakeLists.txt +++ b/backends/iluvatar_gpu/CMakeLists.txt @@ -110,11 +110,12 @@ file( ${PADDLE_SOURCE_DIR}/paddle/phi/backends/gpu/cuda/cuda_info.cc ${PADDLE_SOURCE_DIR}/paddle/phi/backends/gpu/cuda/cuda_graph.cc ${PADDLE_SOURCE_DIR}/paddle/phi/backends/dynload/cuda_driver.cc + ${PADDLE_SOURCE_DIR}/paddle/phi/backends/dynload/cusparse.cc # Core ${PADDLE_SOURCE_DIR}/paddle/phi/core/enforce.cc # ${PADDLE_SOURCE_DIR}/paddle/phi/core/flags.cc ${PADDLE_SOURCE_DIR}/paddle/phi/core/mixed_vector.cc - ${PADDLE_SOURCE_DIR}/paddle/phi/backends/dynload/cusparse.cc + ${PADDLE_SOURCE_DIR}/paddle/phi/core/platform/device/gpu/gpu_info.cc # kernels/funcs ${PADDLE_SOURCE_DIR}/paddle/phi/kernels/funcs/*.cu ${PADDLE_SOURCE_DIR}/paddle/phi/kernels/funcs/math/*.cu From 60829a313522a52634da3785eca372e5287d7618 Mon Sep 17 00:00:00 2001 From: geyuqiang Date: Tue, 16 Dec 2025 17:24:22 +0800 Subject: [PATCH 3/6] update paddle --- Paddle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Paddle b/Paddle index 487687cccca..24c29dc7eb6 160000 --- a/Paddle +++ b/Paddle @@ -1 +1 @@ -Subproject commit 487687cccca5a8a31c5cec90e4aaed645cd9c174 +Subproject commit 24c29dc7eb6308a4014e39f8679f428e82008137 From 8fe6e723eb7514154c14d069b31ef397129e30a9 Mon Sep 17 00:00:00 2001 From: geyuqiang Date: Tue, 16 Dec 2025 19:54:11 +0800 Subject: [PATCH 4/6] disable some tests --- backends/iluvatar_gpu/tests/disabled_test.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/backends/iluvatar_gpu/tests/disabled_test.txt b/backends/iluvatar_gpu/tests/disabled_test.txt index 3545f5638fe..277765189ed 100644 --- a/backends/iluvatar_gpu/tests/disabled_test.txt +++ b/backends/iluvatar_gpu/tests/disabled_test.txt @@ -549,6 +549,10 @@ test_linear_interp_v2_op.py test_nearest_interp_v2_op.py test_poisson_op.py test_rrelu_op.py +test_einsum_op.py +test_nansum_api.py +test_radam_op.py +test_rms_norm_op.py test_batched_gemm.py test_match_matrix_tensor_op.py test_tensor.py From 9ebf22004516dac37787e75ee1ab0ca7639cc6ef Mon Sep 17 00:00:00 2001 From: geyuqiang Date: Wed, 17 Dec 2025 09:59:47 +0800 Subject: [PATCH 5/6] update paddle --- Paddle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Paddle b/Paddle index 24c29dc7eb6..61aeeec7ff8 160000 --- a/Paddle +++ b/Paddle @@ -1 +1 @@ -Subproject commit 24c29dc7eb6308a4014e39f8679f428e82008137 +Subproject commit 61aeeec7ff8588b0325ed132a7958b7037945466 From 46f66cace4078edb4eec2196052c9e48b4add649 Mon Sep 17 00:00:00 2001 From: geyuqiang Date: Wed, 17 Dec 2025 15:11:54 +0800 Subject: [PATCH 6/6] restore paddle to 1215 --- Paddle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Paddle b/Paddle index 61aeeec7ff8..24c29dc7eb6 160000 --- a/Paddle +++ b/Paddle @@ -1 +1 @@ -Subproject commit 61aeeec7ff8588b0325ed132a7958b7037945466 +Subproject commit 24c29dc7eb6308a4014e39f8679f428e82008137