1 file changed
+1
-1
lines changed- .github/workflows/Night_ALL_Coverage.yml+359
- ci/coverage_all_info.sh+171
- ci/utils.sh+7-1
- paddle/ap/include/axpr/data_value_method_class.h+2-2
- paddle/fluid/pybind/pybind.cc+2-1
- paddle/fluid/pybind/torch_compat.h+18-2
- paddle/phi/api/include/compat/ATen/ATen.h+3
- paddle/phi/api/include/compat/ATen/Functions.h+1-3
- paddle/phi/api/include/compat/ATen/core/TensorBase.h+1-1
- paddle/phi/api/include/compat/ATen/core/ivalue.h+13
- paddle/phi/api/include/compat/ATen/ops/abs.h+1
- paddle/phi/api/include/compat/ATen/ops/empty.h+1
- paddle/phi/api/include/compat/ATen/ops/empty_like.h+1
- paddle/phi/api/include/compat/ATen/ops/full.h+2
- paddle/phi/api/include/compat/ATen/ops/ones.h+1
- paddle/phi/api/include/compat/ATen/ops/reshape.h+1
- paddle/phi/api/include/compat/ATen/ops/sum.h+1
- paddle/phi/api/include/compat/ATen/ops/zeros.h+1
- paddle/phi/api/include/compat/ATen/ops/zeros_like.h+1
- paddle/phi/api/include/compat/c10/core/Device.h+4
- paddle/phi/api/include/compat/c10/cuda/CUDAGuard.h+1
- paddle/phi/api/include/compat/c10/util/Exception.h+20
- paddle/phi/backends/context_pool.cc+2-1
- paddle/phi/backends/context_pool.h+2-1
- paddle/phi/backends/custom/custom_context.cc+2-3
- paddle/phi/backends/gpu/gpu_context.cc-10
- paddle/phi/backends/gpu/gpu_primitives.h+2-2
- paddle/phi/capi/include/wrapper_base.h+1-1
- paddle/phi/infermeta/spmd_rules/elementwise.cc+28-30
- paddle/phi/kernels/funcs/activation_functor.h+10-2
- paddle/phi/kernels/funcs/skip_layernorm_functor.cu+2-4
- paddle/phi/kernels/fusion/gpu/fused_embedding_eltwise_layernorm_kernel.cu+1-1
- paddle/phi/kernels/xpu/deformable_conv_kernel.cc+1-1
- paddle/utils/any.h+1-1
- python/paddle/distributed/launch/utils/etcd_client.py+1-1
- python/paddle/jit/dy2static/utils.py+2-2
- python/paddle/jit/sot/opcode_translator/executor/variable_dispatch.py+6-2
- python/paddle/jit/sot/opcode_translator/executor/variables/basic.py+3-17
- python/paddle/jit/sot/symbolic_shape/operators.py+31-1
- python/paddle/nn/attention/__init__.py+5-1
- test/auto_parallel/end_to_end/elementwise_co_shard.py+79
- test/auto_parallel/end_to_end/test_e2e_co_shard.py+3
- test/cpp/auto_parallel/spmd_rule_test.cc+8-8
- test/cpp/compat/compat_basic_test.cc+40
- test/cpp/compat/torch_library_test.cc+57
- test/cpp/pir/cinn/tile_config_performance_test.cc+8
- test/deprecated/CMakeLists.txt+1-1
- test/deprecated/onednn/CMakeLists.txt+1-1
- test/deprecated/onednn/__init__.py
- test/deprecated/onednn/test_clip_onednn_op_deprecated.py
- test/deprecated/onednn/test_concat_onednn_op_deprecated.py
- test/deprecated/onednn/test_layer_norm_bf16_onednn_op_deprecated.py
- test/deprecated/onednn/test_layer_norm_onednn_op_deprecated.py
- test/deprecated/onednn/test_onednn_cpu_bfloat16_pass_deprecated.py
- test/deprecated/onednn/test_prelu_onednn_op_deprecated.py
- test/deprecated/onednn/test_reduce_onednn_op_deprecated.py
- test/deprecated/onednn/test_requantize_onednn_op_deprecated.py
- test/deprecated/onednn/test_reshape_onednn_op_deprecated.py
- test/deprecated/onednn/test_scale_onednn_op_deprecated.py
- test/deprecated/onednn/test_split_onednn_op_deprecated.py
- test/deprecated/onednn/test_sum_onednn_op_deprecated.py
- test/ir/inference/test_map_matmul_v2_to_mul_pass.py-4
- test/legacy_test/test_lr_scheduler.py-15
- test/legacy_test/test_sdpa_kernel.py+9-1
- test/ps/static_gpubox_trainer.py-1
- test/sot/test_symbolic_operation.py+35
- tools/xpu/disable_ut_xpu_kl3.local+5-5
0 commit comments