We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e93e48e commit 0abd9ffCopy full SHA for 0abd9ff
paddle/phi/kernels/funcs/get_pad_lse.cu.h
@@ -91,6 +91,8 @@ phi::DenseTensor get_pad_lse(const phi::GPUContext& dev_ctx,
91
ViewSliceHelper<T><<<grid, block, 0, dev_ctx.stream()>>>(
92
in_data, stride, in_dim[2], out_second_dim);
93
return *lse;
94
+ } else {
95
+ return *lse;
96
}
97
98
} // namespace funcs
0 commit comments