Commit 27aec4a
authored
Update Paddle submodule to latest develop (PaddlePaddle#2278)
Co-authored-by: tianshuo78520a <tianshuo78520a@users.noreply.github.com>1 parent 6cb2f0f commit 27aec4a
1 file changed
Lines changed: 1 addition & 1 deletion
- .github/workflows/Approval.yml+1-6
- .github/workflows/CI.yml+7
- .github/workflows/Codestyle-Check.yml+1-6
- .github/workflows/_Auto-Parallel.yml+3
- .github/workflows/_Linux-IXUCA.yml+190
- .github/workflows/_SOT.yml+26-26
- .github/workflows/check-bypass-slice.yml+2-7
- .github/workflows/check-bypass.yml+1-6
- .github/workflows/rerun.yml+1-6
- CMakeLists.txt-6
- ci/run_sot_test.sh+27-3
- cmake/external/xpu.cmake+1-1
- paddle/fluid/distributed/collective/deep_ep_xpu/deep_ep.cpp+40-36
- paddle/fluid/pybind/sot/cpython_internals.c+2-10
- paddle/fluid/pybind/sot/eval_frame.c+1-1
- paddle/phi/backends/xpu/xpu3_op_list.cc+24-3
- paddle/phi/infermeta/binary.cc+66-23
- paddle/phi/infermeta/binary.h+2
- paddle/phi/kernels/legacy/gpu/batched_gemm.cu+169-44
- paddle/phi/kernels/legacy/gpu/batched_gemm.h+3-1
- paddle/phi/kernels/stride/elementwise_grad_stride_kernel.cu+2-1
- paddle/phi/kernels/stride/elementwise_kernel.cu+52-24
- paddle/phi/kernels/xpu/activation_kernel.cc+22
- paddle/phi/kernels/xpu/contiguous_kernel.cc+24-29
- paddle/phi/kernels/xpu/expand_kernel.cc+3
- paddle/phi/kernels/xpu/gaussian_kernel.cc+33
- paddle/phi/kernels/xpu/mask_fill_kernel.cc+101
- paddle/phi/kernels/xpu/moe_permute_kernel.cc+274
- paddle/phi/kernels/xpu/moe_unpermute_kernel.cc+118
- paddle/phi/kernels/xpu/scatter_nd_add_grad_kernel.cc+2-1
- paddle/phi/kernels/xpu/scatter_nd_add_kernel.cc+32-27
- paddle/phi/ops/yaml/ops.yaml+1-1
- paddle/phi/ops/yaml/python_api_info.yaml+5
- python/paddle/_paddle_docs.py+38
- python/paddle/distributed/flex_checkpoint/dcp/load_state_dict.py+136-21
- python/paddle/distributed/flex_checkpoint/dcp/metadata.py+2
- python/paddle/distributed/flex_checkpoint/dcp/metadata_manager.py+52-8
- python/paddle/distributed/flex_checkpoint/dcp/resharder.py+1
- python/paddle/distributed/flex_checkpoint/dcp/save_state_dict.py+44-75
- python/paddle/distributed/flex_checkpoint/dcp/sharded_weight.py+3-3
- python/paddle/distributed/flex_checkpoint/dcp/utils.py+139-13
- python/paddle/incubate/nn/functional/batched_gemm.py+9-12
- python/paddle/jit/sot/opcode_translator/executor/variables/container.py+27
- python/paddle/tensor/ops.py+1-54
- test/auto_parallel/hybrid_strategy/CMakeLists.txt+1-1
- test/auto_parallel/hybrid_strategy/semi_auto_load_state_dict.py+25
- test/auto_parallel/hybrid_strategy/semi_auto_save_state_dict.py+46
- test/auto_parallel/hybrid_strategy/test_save_load_state_dict.py+10
- test/flex_checkpoint/sharded_state_dict_logic.py+2-2
- test/legacy_test/test_activation_op.py+1
- test/legacy_test/test_batched_gemm.py+95-56
- test/legacy_test/test_ceil.py+64
- test/legacy_test/test_cuda_graph.py+1
- test/legacy_test/test_eig_op.py+2-11
- test/sot/skip_files_py314-2
- test/xpu/test_contiguous_complex64_strided_view_xpu.py+192
- test/xpu/test_masked_fill_op_xpu.py+290
- test/xpu/test_scatter_nd_add_op_xpu.py+10-5
0 commit comments