diff --git a/Paddle b/Paddle index fdac87060fa..24c29dc7eb6 160000 --- a/Paddle +++ b/Paddle @@ -1 +1 @@ -Subproject commit fdac87060fa426e81738ea4a83341fd0f1d16c43 +Subproject commit 24c29dc7eb6308a4014e39f8679f428e82008137 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 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