co63oc

Results 64 comments of co63oc

> op_type_spec_diff: sync_comm_stream only supports [float] now, but lacks [double]. 要支持下double么? fluid中算子是支持float,没有double ![image](https://github.com/user-attachments/assets/abc5aa5d-3db3-452f-9021-5cccfe76cd87)

可以再提交PR增加double类型

【报名】: 57-66、145-150、152-154、194-199、170-174、91-102、191-192、247、323、329、229、242、241、46、298、139-143、112-113

> ``` > x = torch.randn([3, 0]) > index = torch.randn([3, 3]).type(torch.int64) > batch_size = x.shape[0] > batch_idx = torch.arange(batch_size).unsqueeze(1).expand_as(index) > result = x[batch_idx, index] > ``` > > 这个测试case在最新的paddleAPITest...

> > > ``` > > > x = torch.randn([3, 0]) > > > index = torch.randn([3, 3]).type(torch.int64) > > > batch_size = x.shape[0] > > > batch_idx = torch.arange(batch_size).unsqueeze(1).expand_as(index)...