co63oc

Results 142 comments of co63oc

![image](https://github.com/user-attachments/assets/470196ed-380b-4de5-9991-05f554c3817a) CI / Linux-XPU / Test (pull_request) 不是代码错误

> https://github.com/PFCCLab/PaddleAPITest/blame/main/report/0size_tensor_gpu/error_config.txt 中有paddle.masked_select的0-size 配置[https://github.com/PFCCLab/PaddleAPITest/blob/main/report/0size_tensor_gpu/error_config_paddleonly.txt#L6571有](https://github.com/PFCCLab/PaddleAPITest/blob/main/report/0size_tensor_gpu/error_config_paddleonly.txt#L6571%E6%9C%89) paddle.polar的0-size 配置,请验证一下 masked_select GPU 测试通过 ![image](https://github.com/user-attachments/assets/fa1ad6f4-a8b4-4fb5-8754-d73f5cd02fbe) CPU 测试通过 ![image](https://github.com/user-attachments/assets/e7ff9f54-6c3f-4972-8b87-3dee657dd6ba) polar GPU测试通过 ![image](https://github.com/user-attachments/assets/eaac3cdb-622a-4a8a-b561-e1c805f8a26c) CPU 测试通过 ![image](https://github.com/user-attachments/assets/bf561fd5-d1b5-495e-bb21-6e3916c3a771)

> > 下面这个算 0 size 问题吗,cpu 和 GPU 的梯度不一样了,torch 是[0,0].paddle 的cpu是对的 > > ```python > > import paddle > > import numpy as np > > # paddle.device.set_device('cpu') > >...

单测改名删除需要确认