co63oc

Results 230 issues of co63oc

### PR Category Execute Infrastructure ### PR Types Improvements ### Description [0-size Tensor No.6、7、284、285] paddle.amax paddle.amin paddle.Tensor.amax paddle.Tensor.amin [0-size Tensor Job2 No.47、49、88、90] 任务二中在同一个单测文件 paddle.max paddle.min paddle.Tensor.max paddle.Tensor.min 修改 paddle/phi/kernels/funcs/reduce_function.h 中检查...

contributor

### PR Category Execute Infrastructure ### PR Types Improvements ### Description 132 paddle.masked_select 236 paddle.nn.utils.parameters_to_vector 240 paddle.pdist 241 paddle.polar 259 paddle.sinc 增加单测 paddle.masked_select, paddle.polar 在 report/0size_tensor_gpu/test_history/20250528/accuracy/error_config.txt 中没有配置,应该是没有错误 ![image](https://github.com/user-attachments/assets/78775cff-66b9-47f2-8c34-f5e24c336a96) paddle.nn.utils.parameter_to_vector 是PaddleAPITest错误,没有其他错误...

contributor
HappyOpenSource Pro

### PR Category Execute Infrastructure ### PR Types Improvements ### Description index_sample 修改前向和反向,cpu/gpu/xpu kernel infermeta 去掉0-size判断,symbolic shape 中没有对应代码 https://github.com/PaddlePaddle/Paddle/blob/d637d5b53a57dc440cb9ec3ec1f5e2f23b5bc7d8/paddle/fluid/pir/dialect/operator/interface/infer_symbolic_shape/binary_infer_sym.cc#L1141 PaddleAPITest 测试通过,CPU/GPU错误都为numpy error ![image](https://github.com/user-attachments/assets/a5cdd9e2-7ad3-4066-b415-692771ad5ad5)

contributor
HappyOpenSource Pro

### PR Category Execute Infrastructure ### PR Types Improvements ### Description sum 已有修改,问题原因是类型为int32或bool时,需要转换类型为int64,但 FullKernel 中 dtype 参数实际没有使用,需要指定类型 修改cpu/xpu/gpu onednn不支持指定int64类型没有修改 test/legacy_test/test_reduce_op.py 已有单测不再重复添加 PaddleAPITest测试CPU/GPU通过 ![image](https://github.com/user-attachments/assets/9d51d403-f147-4880-87ae-2e3d8661bc29)

### PR Category Execute Infrastructure ### PR Types Improvements ### Description 待修改 [0-size Tensor No.175] Add 0-size Tensor support for group_norm 修改前向和反向 infermeta没有修改 kernel修改cpu/gpu/xpu group和channel维度需要一致并大于0 PaddleAPITest 测试通过 ![image](https://github.com/user-attachments/assets/4f34031a-86ec-47c8-b5a2-f3f32ce09d05)

contributor
HappyOpenSource Pro

### PR Category User Experience ### PR Types Others ### Description 迁移 device_event 到 fluid, fluid 头文件不在phi中包含

contributor

### PR Category Execute Infrastructure ### PR Types Improvements ### Description paddle.nn.functional.smooth_l1_loss PaddleAPITest 测试通过,增加单测 ![image](https://github.com/user-attachments/assets/ea29b63b-e630-403a-8d94-12f0d2267272)

### PR Category Execute Infrastructure ### PR Types Improvements ### Description paddle.incubate.softmax_mask_fuse_upper_triangle 修改GPU 前向和反向 infermeta 没有修改 PaddleAPITest测试通过 ![image](https://github.com/user-attachments/assets/3aacb778-1cd8-4b60-a0e6-9fe69c4e568c)

### PR Category Execute Infrastructure ### PR Types Improvements ### Description 修改前向和后向 infermeta没有修改 修改kernel CPU/GPU/XPU PaddleAPITest 为numpy error GPU numpy error ![image](https://github.com/user-attachments/assets/c6e0141c-6e7f-43ef-a1ac-586ad444ae40) CPU numpy error ![image](https://github.com/user-attachments/assets/5df5d257-24c4-41dc-8da6-aa5643d47a61)

contributor

### PR Category Execute Infrastructure ### PR Types Improvements ### Description 180 paddle.nn.functional.hinge_embedding_loss GPU 测试通过 CPU 测试通过 182 paddle.nn.functional.kl_div GPU 测试通过 ![image](https://github.com/user-attachments/assets/5cc44601-4920-455d-b060-990fe0b14e75) CPU 测试通过 ![image](https://github.com/user-attachments/assets/67caadf8-f73e-43d1-a142-e81e7db7adec) 183 paddle.nn.functional.l1_loss GPU 测试通过 CPU...

contributor
HappyOpenSource Pro