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 571146e commit fa71feeCopy full SHA for fa71fee
paddle/phi/kernels/gpu/full_kernel.cu
@@ -69,7 +69,7 @@ void FullLikeKernel(const Context& dev_ctx,
69
// This function has no input, so the inputs.size() == 0. Use kUnary, but the
70
// data will not be loaded in the kernel because the number of parameters in
71
// the operator is 0
72
- int numel = out->numel();
+ int64_t numel = out->numel();
73
74
if (!std::is_same<T, phi::dtype::complex<float>>::value &&
75
!std::is_same<T, phi::dtype::complex<double>>::value) {
0 commit comments